I am not able to pull up a 11gr2 database on the database browser on TOAD.
Is there any setting that I need to get it to work?
Thaanks.
I am not able to pull up a 11gr2 database on the database browser on TOAD.
Is there any setting that I need to get it to work?
Thaanks.
Select e.inst_id, e.event,
e.time_waited / 100 time_waited, e.total_waits
From gv$system_event e
Where event Not In
(‘Null event’, ‘client message’, ‘smon timer’,
‘rdbms ipc message’, ‘pmon timer’, ‘WMON goes to sleep’,
‘virtual circuit status’, ‘dispatcher timer’, ‘SQL*Net message from client’,
‘parallel query dequeue wait’, ‘latch free’, ‘enqueue’,
‘write complete waits’, ‘free buffer waits’, ‘buffer busy waits’,
‘pipe gets’, ‘Null event’, ‘client message’,
‘smon timer’, ‘rdbms ipc message’, ‘pmon timer’,
‘WMON goes to sleep’, ‘virtual circuit status’, ‘dispatcher timer’,
‘SQL*Net message from client’, ‘parallel query dequeue wait’, ‘latch free’,
‘enqueue’, ‘write complete waits’, ‘free buffer waits’,
‘buffer busy waits’, ‘pipe gets’, ‘slave wait’,
‘PL/SQL lock timer’, ‘null event’, ‘Null event’,
‘rdbms ipc reply’, ‘Parallel Query Idle Wait - Slaves’, ‘KXFX: Execution Message Dequeue - Slave’,
‘slave wait’)
order by 1, 3 desc
What do you see under Help>Toad Advisor? Anything listed there concerning unsupported Oracle versions?
Are you using DBA views?
While connected, can you successfully run this query?
Also, it occurred to me that you may not actually be connected to the 11gr2 that
you’re trying to browse. If not, are you sure the service appears in your
TNS?
Also, it occurred to me that you may not actually be connected to the 11gr2 that
you’re trying to browse. If not, are you sure the service appears in your
TNS?
I see untested oracle server version, relating to the 11gr2 database
is this on toad?
yes, comes back with lots of rows
Also, it occurred to me that you may not actually be connected to the 11gr2 that
you’re trying to browse. If not, are you sure the service appears in your TNS?
its using the tnsnames.ora file to connect to the 11gr2 database
Do you mean that the database browser does not show this database?
If so, you may need to add it. The easiest way, if you have not changed the
listing in the database, browser, is to click the first toolbar button, then
choose “New database browser file (reload from tnsnames)”
The other way to add it would be to click “New server”, then add the
server information. Then select the new server and click the “New
database” button, and select or make the connection to that database.
How to work with Toad with Oracle 11gR2 win-64 bit home premium edition…
DB Instance will be getted connected with client Toad.
– regards,
Dhruv
You can save a step – skip step 1 J
Actually if you are trying to install Oracle locally and use toad to access it
then you cannot skip step 1. If the database is on another server then you can
skip step 1.
Assuming you are trying to create a local database and access it using toad then
you have two options:
Good call Bert! I misread the objective.