Author Shadab Mohammad

Export tablespace Oracle 10g: Transportable Tablespace

Transportable Tablespace across Different Platforms ___________________________________________________ In our example we will transport a tablespace called TEST. The tablespace should be…

Enable Flashback Database Oracle 10g

SQL> select * from v$flashback_database_log; SQL> show parameter db_file SQL> alter system set DB_RECOVERY_FILE_DEST_SIZE=2g; System altered. SQL>  alter system set…