top of page

BCV_readwrite

  • shiva ram
  • Nov 2, 2024
  • 1 min read

select open_mode from v$database;


spool rp.st


select 'alter tablespace ' || tablespace_name || ' add tempfile ' || '''' || file_name ||'''' || ';' from dba_temp_files;


spool off


spool dp.st


select 'alter database tempfile '|| '''' || file_name ||'''' || ' drop;' from dba_temp_files;


spool off


shut immediate


startup nomount


alter database mount standby database;


alter database activate standby database;


shut immediate


startup mount



alter database open;



select open_mode from v$database;

select name from v$tempfile;


exit;

exit;


Recent Posts

See All
Data Grud

Steps to configure 11G Physical Standby Database Oracle rdbms software is installed with one database(proddb) following is details...

 
 
 
CDR_PURGING

alter table INCMS.CIN_T_CCN_CDR drop partition TKT_2014_FEB26 update global indexes; alter table INCMS.CIN_T_CCN_CDR drop partition...

 
 
 

Comments


CONTACT US

Join our mailing list

bottom of page