Posts Tagged ‘DBAimmam’

RMAN SCRIPT TO MAKE BACKUP WITH DATES

April 12th, 2026, posted in Oracle
Share
Share

ORACLE ERROR:ORA-28000: the account is locked

February 9th, 2026, posted in Oracle Queries
Share
SQL> alter user scott account unlock;
SQL> grant connect, resource to scott;
Share

Oracle Database 23AI Session Related Scripts.

December 1st, 2025, posted in Oracle Queries
Share

Share

Set The Schema Session Limit In Oracle 23 AI Database

November 9th, 2025, posted in Oracle Queries
Share

SQL > CREATE PROFILE limited_sessions_profile LIMIT SESSIONS_PER_USER 40;

Share

Restore The Drop Table In 19c Oracle Autonomous Data Warehouse

October 12th, 2025, posted in Oracle Queries
Share
SQL > FLASHBACK TABLE your_table_name TO BEFORE DROP;
SQL > FLASHBACK TABLE TABLE_NAME TO BEFORE DROP;
Share