You are on page 1of 5

ORACLE 12C Restore using dump file

1. Check with database and listener status.


2. Create user VONAUSER and grant full control to it.
SQL>create user VONAUSER identified by Cosmos12#;
SQL> grant connect, unlimited tablespace, resource to VONAUSER;
SQL> commit;
3. Restore using the dump file

impdp system/Cosmos12#@ZES full=Y directory=IMPDIR


dumpfile=expdp_VONAUSER_24Sept2019.dmp logfile=expdp_VONAUSER_24Sept2019.log
Restore the 2nd file
ipc/shm_psize_40 = 1672000000

xidev:xidadm 74> cat jvm_bootstrap.out


INFO: Loading tool launcher...

INFO: [OS: Linux] [VM vendor: SAP AG] [VM version: 1.6.0_181] [VM type: SAP Java Server VM]

INFO: Main class to start: "com.sap.engine.bootstrap.Bootstrap"

INFO: Loading 21 JAR files: [/usr/sap/XID/SYS/global/security/lib/tools/iaik_jsse.jar,


/usr/sap/XID/SYS/global/security/lib/tools/iaik_ssl.jar,
/usr/sap/XID/SYS/global/security/lib/tools/w3c_http.jar,
/usr/sap/XID/SYS/global/security/lib/tools/iaik_smime.jar,
/usr/sap/XID/SYS/global/security/lib/tools/iaik_jce.jar, ./bootstrap/jdbc.jar, ./bootstrap/jperflib.jar,
./bootstrap/sap.com~tc~bl~config~impl.jar, ./bootstrap/sap.com~tc~bl~deploy~offline~impl.jar,
./bootstrap/sap.com~tc~bl~iqlib~impl.jar, ./bootstrap/sap.com~tc~bl~jdsr~jdsr.jar,
./bootstrap/sap.com~tc~bl~offline_launcher~impl.jar,
./bootstrap/sap.com~tc~bl~opensql~implStandalone.jar, ./bootstrap/sap.com~tc~exception~impl.jar,
./bootstrap/sap.com~tc~je~bootstrap~impl.jar,
./bootstrap/sap.com~tc~je~cfs~container~standalone_impl.jar,
./bootstrap/sap.com~tc~je~extramile.jar, ./bootstrap/sap.com~tc~je~datacollector.jar,
./bootstrap/sap.com~tc~je~offlineconfiguration~impl.jar,
./bootstrap/sap.com~tc~logging~java~impl.jar, ./bootstrap/sap.com~tc~sec~secstorefs~java~core.jar]

INFO: Start

Starting to configure the bootstrap

Bootstrap properties file [/usr/sap/XID/DVEBMGS00/j2ee/cluster/bootstrap/bootstrap.properties]


found

Bootstrap configured for [70] ms

Memory available to the bootstrap JVM: [2 GiB / 2863661056 bytes]

-----[Bootstrap Module started]--------[Wed Oct 02 10:18:13 IST 2019]-------

+------------[Bootstrap synchronization activities information]-----------+

| Runtime Binaries: [X] Native files: [X] Instance Properties: [X] |

| Nodes Structure: [X] Cluster File System: [X] Online bootstrap: [ ] |

+-------------------------------------------------------------------------+
None of the startup parameters passed: [-DSAPSTART=1, -DSAPSYSTEM=00, -DSAPSYSTEMNAME=XID, -
DSAPMYNAME=xidev_XID_00, -DSAPPROFILE=/usr/sap/XID/SYS/profile/XID_DVEBMGS00_xidev] is
known to the bootstrap. Activating the default mode - synchronize all [-all]

Properties used for initialization: [element.resynch=detect, Logging properties =


{log[defaultTrace]=FileLog, log[defaultTrace].pattern=../../work/log_bootstrap.log,
log[consoleLog].formatter=formatter[ConsoleFormatter], com.sap.engine.bootstrap.severity=Info,
formatter[ConsoleFormatter]=TraceFormatter,
log[consoleLog]=com.sap.engine.bootstrap.logging.BootstrapConsoleLog,
com.sap.engine.bootstrap.logs=log[defaultTrace],log[consoleLog], log[defaultTrace].cnt=3,
formatter[BootstrapFormatter]=TraceFormatter,
log[defaultTrace].formatter=formatter[BootstrapFormatter], formatter[ConsoleFormatter].pattern=%m,
log[defaultTrace].limit=5242880, formatter[BootstrapFormatter].pattern=[%24d] %m}, debug=no,
Watchdog properties = {watchdog.timeout=90000, watchdog.check_interval=2000}]

Bootstrap initialized for [110] ms

Watchdog [90000] ms checking every [2000] ms started

Starting to initialize database connection

You might also like