`
marlgl
  • 浏览: 71415 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

oracle help manual

    博客分类:
  • DB
阅读更多
cd ORACLE_HOEM/sqlplus/admin/help
sqlplus system/pwd
system@ORCL> @helpdrop.sql
system@ORCL> @helpbld.sql
system@ORCL> @helpus.sql
first input: path name()
second input: helpus.sql

system@ORCL> help grant

 GRANT (Object Privileges)
 -------------------------

 Use this command to grant privileges for a particular object to
 users and roles. To grant system privileges and roles, use the GRANT
 command (System Privileges and Roles).

 GRANT
   { object_priv | ALL [PRIVILEGES] }
   [ ( column [, column] ...) ]
   [, { object_priv | ALL [PRIVILEGES] }
      [ ( column [, column] ...) ] ] ...
 ON [ schema.| DIRECTORY] object
 TO { user | role | PUBLIC} ...
    [ WITH GRANT OPTION]

 For detailed information on this command, see the Oracle8 Server SQL
 Reference.
  • help.7z (50.2 KB)
  • 下载次数: 0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics