- sqlplus "/ as sysdba"
- create user kmportal identified by password;
- grant connect to kmportal;
- grant resource to kmportal;
- grant dba to kmportal;
- grant create any snapshot to kmportal;
- exit sqlplus
2. import database:
- sqlplus kmportal/password
- imp kmportal/password FILE="/usr/local/../../kmportal.dmp" FULL=y LOG="/../../kmportal.log"
3. export database:
- sqlplus kmportal/password
- exp kmportal/password FILE="/usr/local/../../kmportal.dmp"
1 comment:
hello..i dont understand at all leh.... write something that i understand laa..kekekekeke
KahLai~
Post a Comment