You can use the Database Manager GUI to change the SQL user properties of the database system administrator (SYSDBA user).
The database instance is in the ONLINE operational state.
...
1. Choose Instance ® Configuration ® Database User... .
2. Enter the name and password of the database system administrator.
3. Select the database system administrator.
4. Choose Properties.
5. Choose the General tab page and change the desired SQL user properties.
SQL User Properties
General |
Description |
Password Change |
You can change the password of the database system administrator. |
Connection Mode |
You can define whether the database system administrator may open more than one session at a time (NOT EXCLUSIVE) or not (EXCLUSIVE). |
6. Choose the Extended tab page and change the desired SQL user properties.
SQL User Properties
Extended |
Description |
Timeout |
You can set the timeout value. |
Cost Warning |
You can set the estimated SELECT cost value above which a warning is issued. |
Cost Limit |
You can set the estimated SELECT cost value above which an SQL statement is not executed. |
Default code |
You can set a default value for the code attribute. |
The database system administrator has the SQL user properties you set.
See also:
Changing the Password of the Database System Administrator
Managing the Database System Administrator