oracle中schema指的是什么?

    技术2022-05-11  44

    http://download-west.oracle.com/doc...521/dba.htm#834SYSWhen any database is created, the user SYS is automatically created and granted the DBA role.All of the base tables and views for the database's data dictionary are stored in the schema SYS. These base tables and views are critical for the operation of Oracle. To maintain the integrity of the data dictionary, tables in the SYS schema are manipulated only by Oracle. They should never be modified by any user or database administrator, and no one should create any tables in the schema of user SYS. (However, you can change the storage parameters of the data dictionary settings if necessary.)

    from: http://www.itpub.net/printthread.php?threadid=148951 

    最新回复(0)