SEE ATTACHMENT
att1.dat (43 Bytes)
att1.dat (13.2 KB)
SEE ATTACHMENT
att1.dat (43 Bytes)
att1.dat (13.2 KB)
If you are on 11.0 and are logged in as SYS, you might get the message below.
Try configuring TC with a standard DBA-level user.
If you are on 11.0 and are logged in as SYS, you might get the message below.
Try configuring TC with a standard DBA-level user.
Matt beat me to the punch J
11.5 has added an additional check for SYS users. Also make sure that the Read
Only option is not set in the connection. That has caught me on a number of
occasions.
Matt beat me to the punch J
11.5 has added an additional check for SYS users. Also make sure that the Read
Only option is not set in the connection. That has caught me on a number of
occasions.
Would not be me if I did not take this opp to remind people there are very
specific reasons to connect as SYSDBA or SYSOPER – and using these does
not translate into or mean DBA accont.
http://www.toadworld.com/Blogs/tabid/67/EntryId/636/TOAD-Users-Over-Use-of-SYSDBA
.aspx
Would not be me if I did not take this opp to remind people there are very
specific reasons to connect as SYSDBA or SYSOPER – and using these does
not translate into or mean DBA accont.
http://www.toadworld.com/Blogs/tabid/67/EntryId/636/TOAD-Users-Over-Use-of-SYSDBA
.aspx
SEE ATTACHMENT
SEE ATTACHMENT
SEE ATTACHMENT
att1.dat (6.99 KB)
SEE ATTACHMENT
att1.dat (13.2 KB)
You need to make DBA a default role for the TOAD user
This is the query we use to detect the DBA role. If the role isn’t a
default role, the query won’t see it.
Select
sum(decode(role, ‘DBA’ , 1 , 0 )) dba,
sum(decode(role, ‘SELECT_CATALOG_ROLE’ , 1 , 0 )) select_catalog_role
from sys . session_roles
You need to make DBA a default role for the TOAD user
This is the query we use to detect the DBA role. If the role isn’t a
default role, the query won’t see it.
Select
sum(decode(role, ‘DBA’ , 1 , 0 )) dba,
sum(decode(role, ‘SELECT_CATALOG_ROLE’ , 1 , 0 )) select_catalog_role
from sys . session_roles
You need to make DBA a default role for the TOAD user
This is the query we use to detect the DBA role. If the role isn’t a
default role, the query won’t see it.
Select
sum(decode(role, ‘DBA’ , 1 , 0 )) dba,
sum(decode(role, ‘SELECT_CATALOG_ROLE’ , 1 , 0 )) select_catalog_role
from sys . session_roles
You need to make DBA a default role for the TOAD user
This is the query we use to detect the DBA role. If the role isn’t a
default role, the query won’t see it.
Select
sum(decode(role, ‘DBA’ , 1 , 0 )) dba,
sum(decode(role, ‘SELECT_CATALOG_ROLE’ , 1 , 0 )) select_catalog_role
from sys . session_roles