Start a command prompt session.
- Issue
the following command to start an SQL session:
ij.bat
- Issue
the following command to connect to the WebSphere Commerce database:
connect '..\db\mall';
You can now issue SQL statements that will run against your development database. Ensure that you end each of your SQL statements with a semicolon. - Use CALL SYSCS_UTIL.SYSCS_BACKUP_DATABASE('D:/dbbackups/'); for taking back up in to the specified location.
- To restore then use
restoreFrom=<backup path>
EX: restoreFrom=D:/dbbackups/
- To end your session, issue the following command: exit;
Gr8 Start..Good Luck
ReplyDelete