引用:
Originally posted by zcmmhu at 2004-5-7 18:54:
直接help index能找到帮助呀!
搂主这样做,有什么好处!
SQL> help create user
CREATE USER
-----------
Use CREATE USER to create a database user, or an account through
which you can log in to the database, and establish the means by
which Oracle permits access by the user. You can optionally
assign the following properties to the user:
* default tablespace
* temporary tablespace
* quotas for allocating space in tablespaces
* profile containing resource limits
CREATE USER user IDENTIFIED {BY password | EXTERNALLY | GLOBALLY AS 'CN=user'}
[ DEFAULT TABLESPACE tablespace
| TEMPORARY TABLESPACE tablespace
| QUOTA { integer [K | M] | UNLIMITED } ON tablespace
[ QUOTA { integer [K | M] | UNLIMITED } ON tablespace ] ...
| PROFILE profile
| PASSWORD EXPIRE
| ACCOUNT { LOCK | UNLOCK } ... ]
For detailed information on this command, see the Oracle8 Server SQL
Reference.
附件中的sql已经转换成insert语句啦,大家直接用system运行@help.sql
就可以安装超级帮助。