Skip to content

Commit cb25fb1

Browse files
authored
Create stby-create-spfile.sql
1 parent aece436 commit cb25fb1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
whenever sqlerror exit
2+
3+
create pfile='/tmp/pfile' from spfile;
4+
create spfile='+DATA_DG01/RL4DB3_TTC/spfile_RL4DB3.ora' from pfile='/tmp/pfile';
5+
6+
set echo off

0 commit comments

Comments
 (0)