Entries tagged as Oracle DBA
Full Backup when the database is open
Can Full Backup be performed when the database is open ?
No.
Read More...
Undocumented commands in Oracle
Are there any undocumented commands in Oracle?
Sure there are, but it is hard to find them. Look at these examples:
From Server Manager (Oracle7.3 and above): ORADEBUG HELP
It looks like one can change memory locations with the ORADEBUG POKE command. Anyone brave enough to test this one for us? Previously this functionality was available with ORADBX Read More...
Use ORADEBUG from Server Manager
How does one use ORADEBUG from Server Manager/ SQL*Plus?
Execute the “ORADEBUG HELP” command from svrmgrl or sqlplus to obtain a list of valid ORADEBUG commands. Look at these examples:
SQLPLUS> REM Trace SQL statements with bind variables
SQLPLUS> oradebug setospid 10121
Oracle pid: 91, Unix process pid: 10121, image: oracleorcl
SQLPLUS> oradebug EVENT 10046 trace name context forever, level Read More...