Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aece436 commit cb25fb1Copy full SHA for cb25fb1
dataguard11g-scripts/stby-create-spfile.sql
@@ -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