I have a maintenance plan which fails. In the logfile I see the following message.
Check Database Integrity (xxxxxx)
Check Database integrity on Local server connection
Databases: All system databases
Include indexes
Task start: 2011-08-08T06:00:05.
Task end: 2011-08-08T06:00:05.
Failed:(0)...
I want a list of all databases and there db sizes in 1 query but i get the problem that i need to login into each database to get the right information. In the query below it goes wroing when i try to login another database.
Could you help me get the answer or give another script?
declare...
I installed the vmware player on windows XP. When I look at the networks i got 2 extra networks installed
VMWARE Network adapter VMNET1 en 8
They both are DHCP lease but when i refresh my addresses they keep getting a range that is not on my network
192.168.92.1 and 192.168.109.1
they say...
Not a very urgent question but does anyone know of a rman tool. Perhaps some shell over the oracle rman tool. Syntax checking etc.
I can't seem to find one.
I got the following out of the scriptcentre
strComputer = "."
Set objWMIService = GetObject _
("winmgmts:\\" & strComputer & "\root\cimv2")
Set colOperatingSystems = objWMIService.ExecQuery _
("Select * from Win32_OperatingSystem")
For Each objOS in colOperatingSystems
dtmBootup =...
I'm testing a few things with recovery.
I have a database 9.2 in archivelog mode.
I made a cold backup of the entire database
started the database and made some changes to the table in tablespace example.
scn is now 55770
made some more changes and scn is now 55980
I set the tablespace...
I have a batch job like the following
sqlplus /nolog @start.sql
in the start.sql script it sys the following
connect / as sysdba
When i start it as an administrator works ok.
When i schedule it it is automatically started as local system and then i get insufficient priviliges. I don't want to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.