Connecting with Administrative Privileges: Example (33)
This example illustrates that a user is assigned another schema (SYS) when connecting
with the SYSDBA system privilege. Assume that the sample user oe has been granted
the SYSDBA system privilege and has issued the following statements:
CONNECT oe/oe
CREATE TABLE admin_test(name VARCHAR2(20));
Later, user oe issues these statements:
CONNECT oe/oe AS SYSDBA
SELECT * FROM admin_test;
User oe now receives the following error:
ORA-00942: table or view does not exist
Having connected as SYSDBA, user oe now references the SYS schema, but the table
was created in the oe schema.
以系統管理許可權登入例項
某使用者擁有sysdba許可權 , 當使用conn username/password as sysdba後 , 此時的方案物件為sys
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-994745/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 1.5.2.1. 關於Administrative 使用者
- 4.5.1.3.2 Example
- An example of polybase for OracleOracle
- simd example code
- 2.2.4.5 Grants of Privileges and Roles: Scenario
- 2.2.4.3.2 Roles and Privileges Granted Commonly
- 2.2.4.2.2 Roles and Privileges Granted Locally
- 2.2.4.3 Roles and Privileges Granted Commonly in a CDB
- 2.2.4.2 Privileges and Roles Granted Locally in a CDB
- [Typescript] Query builder exampleTypeScriptUI
- An example about git hookGitHook
- ssh-add 報錯:Error connecting to agent No such file or directoryError
- MogDB-openGauss default privileges 使用方法
- Erlang vs Elixir by example – kv store
- Tell Me About Yourself Example 1
- 【RabbitMQ】direct type exchange example in golangMQGolang
- 【RabbitMQ】topic type exchange example in golangMQGolang
- 【RabbitMQ】fanout type exchange example in golangMQGolang
- 33
- [轉]Angular 4|5 Material Dialog with ExampleAngular
- Java Scheduler ScheduledExecutorService ScheduledThreadPoolExecutor Example(ScheduledThreadPoolExecu...Javathread
- sim3d multiple component example3D
- For example, when you want to get the ball to the ground
- vue.js axios call api exampleVue.jsiOSAPI
- Oracle 12C ORA-12545 While Connecting to RAC through SCAN NameOracleWhile
- PostgreSQL DBA(44) - Privileges & User Management - What You Should KnowSQL
- [20240826]奇怪ORA-01031 insufficient privileges報錯.txt
- GRANT ALL PRIVILEGES ON *.* TO ‘root‘@‘%‘ IDENTIFIED BY ‘root‘ WITH GRANT OPTION;報錯IDE
- As a reader --> AdvDiffuser: Natural Adversarial Example Synthesis with Diffusion Models
- Fescar example解析 - TM傳送邏輯
- oracle rac dg庫報錯ORA-01031: insufficient privilegesOracle
- Mysql8.0不支援grant all privileges on *.* to root@“%“ identified by “.“;MySqlIDE
- vue33Vue
- 實驗33
- 建立資料庫時“Insufficient privileges”的解決方法DK資料庫
- Example of SQL Linux Windows Authentication configuration using Managed Service AccountsSQLLinuxWindows
- 【Go by Example】GO語言入門 1-14Go
- CF33C
- 33_抽象類抽象