Hanh NguyenNov 24, 20151 min readHow to find Obsolete Oracle12c parametersSolution:SELECT name FROM v$parameter WHERE isdeprecated =’TRUE’ ORDER BY name;
How to Transport a Tablespace Using the DBMS_FILE_TRANSFER PackageThe source database on Windows is PROD1 and the target database is a 11g RAC database RACDB1. 1) Create the tablespace and the test...
Exclude Partitions Through a DataPump Export (EXPDP) Backup1. Create the environment SQL> connect / as sysdba Connected. SQL> drop user ebernal cascade; User dropped. SQL> purge dba_recyclebin;...
How To Change the Listener Log Filename Without Stopping the ListenerNote for 11g and newer installations: This procedure only works if ADR has been disabled in the listener.ora (addition of...
Comments