摘要:
1、c:\>sqlplus user1/password@db2、sql>create directory dmpdp as 'C:\data';本地创建文件夹,然后dmp文件放到这个文件夹里3、sql>grant read, write on directory dmpdp to user1;4、 阅读全文
摘要:
Here is the CSS Snippet to be assigned to the DIV to be centered. The size of the DIV is100 x 100 px( same as the above example )./* CSS Document */.centered_div {width: 100px;height: 100px;position: ... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#---EmailConfiguration---#Gmail:http://www.mantisbt.org/bugs/view.php?id=8369$g_phpMailer_method=2;$... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--PROCEDURESET_SW_PROACTIVE_DATA(vBAT_NOKK_SW_WK.BAT_NO%TYPE,vBAT_SEQ_NOKK_SW_WK.BAT_SEQ_NO%TYPE)ISCUR... 阅读全文
摘要:
CREATE USER "CSM30" PROFILE "DEFAULT"
IDENTIFIED BY "csm30" DEFAULT TABLESPACE "USERS"
TEMPORARY TABLESPACE "TEMP"
ACCOUNT UNLOCK;
GRANT "CONNECT" TO "CSM30" WITH ADMIN OPTION;
GRANT "DBA" TO "CSM30" WITH ADMIN OPTION;
阅读全文
摘要:
@echo off
echo This batch file is used to clean the VSS files (e.g. *.scc, *.vspscc, etc.).
echo.
echo WARNING:
echo 1. You should always make a copy to do this operation because cleaning is
echo NON reversible.
echo 2. You should first open VS.NET IDE and disconnect the solution or project
echo with the VSS repository.
echo 3. Your VS.NET IDE is currently shutted down.
echo.
echo Make sure you've finished the above preparations. Otherwise, you shou 阅读全文
摘要:
1st: create tablespace and create temporary tablespace.
2nd: create user, and then set tablespace and temporary tablespace.
3rd: import tables. 阅读全文