Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: patrick118
  • Content: Threads
  • Order by date
  1. patrick118

    Maintenance plan logging or tracing

    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)...
  2. patrick118

    SQL 2000 all db sizes

    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...
  3. patrick118

    don't get dhcp lease

    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...
  4. patrick118

    RMAN tool

    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.
  5. patrick118

    system uptime

    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 =...
  6. patrick118

    recover tablespace until

    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...
  7. patrick118

    local system logon as sysdba

    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...
  8. patrick118

    restore single appointment

    Hello, I use veritas 10 to backup my exchange 2003. Now a user comes in and asks me te restore an appointment she deleted. She doesn't remember exactly what it is about but she knows it is one for tomorrow. When i went to restore i can see only the subjects of all the appointments not the...
  9. patrick118

    OWA problem with different domain

    We have two domain's. DomainA and DomainB DomainA has an exchange server 2003. Users that are logging in ona a terminal server in DomainB use a OWA to check their mail. they connect to http://exchange/exchange/user username: domainA\user password: password This always worked but since a...
  10. patrick118

    send mail with multiple attachments

    I have the following script Set objMessage = CreateObject("CDO.Message") objMessage.Subject = "Example CDO Message" objMessage.From = "test@test.com" objMessage.To = "test@test.com" objMessage.AddAttachment "c:\test.txt" objMessage.TextBody = "This is some sample message text." '==This...
  11. patrick118

    network performance

    We have something strange in the network. Some computers have there network speed set on auto and are running slow. When we change this to full duplex or sometimes half duplex the speed is really fast. Is there a tool someone knows of to test the speed of a workstation? I don't want to start...
  12. patrick118

    RMAN TSPITR error

    I am trying to run a TSPITR but i get an error and not sure how to solve this. RMAN> run 2> {recover tablespace VLAAR_DATA, VLAAR_DATA2, VLAAR_INDEX, VLAAR_INDEX2 until time '28-MAR-2006 14:01:00' auxiliary destination 'c:\';} Starting recover at 28-MAR=2006 14:38:16 allocated channel...
  13. patrick118

    no connection ISDN

    I have a Cisco 3620 router and at another office there is another cisco router. When they try to connect to us they call with i ISDN line and then there is a connection. Now when they try to connect they can't. When i look at the isdn history there are no calls made. But they said it was...
  14. patrick118

    simple SQL output question

    We have a few databases here and sometimes there are a lot of updates on them. I wanted to make it easy for myself and created a script that simply logs in to the database run a few scripts and goes on to the nexr. example -- Connection with server 1 connect user/password@test start...
  15. patrick118

    recovery strategy check

    Backup database At the moment we are using oracle 8i and we are going to move to 10g. In oracle 8i we used the export utility to make backups and to be sure we made a cold backup of the entire database to disk and backup up that again to tape. We don’t use archivelogs. Works ok for us and we...
  16. patrick118

    install updates and shutdown

    I have a SUS server and this works great but know that all our windows XP machines have SP2 i want to make use of the option install updates and shutdown. Which is a option in SP2 but none of my machines gets this option when they shutdown. I allready checked the group policy option and they...
  17. patrick118

    backup servers in a DMZ

    I have two Webserver in a DMZ. I have made images of these server in case of disaster recovery but the content sometimes changes. Every few weeks or so. The servers don't have tape drives and i was wondering how would you daily backup servers who are standing in a DMZ without a tape drive? If...
  18. patrick118

    SQL select question

    When you have an sql query you get a list back. It always show the comlumn names every few records. How do i get it not to this every few records but only the upper lever example get this OWNER TABLE_NAME ------------------------------ ------------------------------...
  19. patrick118

    Public folder copy to self

    We have some e-mail enabled public folder from which different users read the e-mails that are coming in. Now all this different users answer these e-mails with the e-mail adress of the public folder. But they want copies of the e-mails that were send also in one location. Now they are saved in...
  20. patrick118

    activesync problem

    I don't know if this is the right forum but i hope someone can give me the answer because this is bad for my blood pressure. :-) We have a IPAQ 4150 and we only use it for synchronizing our calender and contacts. We had some problems so we hard resetted the ipaq to make sure it is default...

Part and Inventory Search

Back
Top