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 Mike Lewis 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: zircon06
  • Order by date
  1. zircon06

    Comand or quey to get Database size

    Thanks Mufasa !! that will be solve my current situation
  2. zircon06

    Comand or quey to get Database size

    Hi all, Can anyone help me wiht command or query to get database size. Thanks
  3. zircon06

    How to measure table growth

    Hi santha or anyone, Can anyone throw your thoughs how to measure tables size growth when upgrading from database from one version to another this is into oracle version upgrade but just on database side let us say database version at 4.5 level and upgrading to 4.8 level. Thanks in advance
  4. zircon06

    SQL Server does not exist or access is denied

    First thing check you did apply service pack on server. YOu can check by running select @@version
  5. zircon06

    Quick way to move jobs from Dev to QA

    Anyone tell me how to jobs in Dev to QA in 2000 box Thanks
  6. zircon06

    How to run sql files with pause

    I have shell script with bunch of sql file need to each with pause for each file. Each bascially idea in this way @/u01/test/statement.sql pause Press RETURN to continue... @/u01/test/account.sql pause Press RETURN to continue... @/u01/testdetails.sql Anyone guide me to run these in...
  7. zircon06

    what iis wrong with trigger

    Anyone point me syntax problem with this trigger CREATE OR REPLACE MPW_MSG_INSERT BEFORE INSERT ON MSG FOR EACH ROW BEGIN IF (:new.msg_message is like '%|B12|%') THEN (:new.msg_message := REPLACE(:new.msg_message,'|B12|','|B18|')); ELSE ( :new.msgdet_message is not like...
  8. zircon06

    Can load oracle9i and oracle 10g in one box

    aynone tell me can oracle9i and oracle10g ear files hosted on single server Thanks
  9. zircon06

    rman

    The oracle enterprise manager uses rman concepts to do backups of the database so if you setup em properly know to write script rman script. Actually you can preview the code of backup command in rm by selection view sql under backup screen of maintainence tab.
  10. zircon06

    Duplicate database in ASM environment

    Hi gurus, Anyone walkthrough me steps creating RMAN DUPLICATE DATABASE From ASM to ASM environment. I have a database student using ASM if I want to create to duplicate database of student in same server what was steps to be followed. Thanks in advance
  11. zircon06

    Separate instances of SQL Server 2005 on same machine

    Make sure to different tcp port for another instance
  12. zircon06

    what is the wrong with this update

    UPDATE studentmaster SET active = 0 FROM studentdetail WHERE studentmaster .orderset_sys = studentdetail.orderset_sys AND order_text like '%continuation of class%'and class_ID= ' 400000' Thanks in advance
  13. zircon06

    Memory allocation

    SQL Server 2000 Enterprise Ed. with /GB /PAE switches in the BOOT.INI and AWE enabled Thanks
  14. zircon06

    Memory allocation

    Why a server would only allocate 100k to SQL Server when it's given 4gb. A client has a 2 processor / 4gb RAM server. The sqlserver.exe process is only using 100-200k and not growing. The CPU is pegged at 90-100% during peak hours. Thanks in advance
  15. zircon06

    Moving Database from one SQL Server to Another

    Just use method of Deattach and attaching method of database you should be fine
  16. zircon06

    Reindexing how often

    We have 78 gb of database. what is the best practice and how ofen to run reindexing on the database. Thanks in advance
  17. zircon06

    How to setting checkpoint in transaction log

    Anyone enlighten me steps for settings for check point when doing transaction logs. Thanks
  18. zircon06

    Options to run different schema users

    It didn't work for me. For testing purpose I have customer schema and given grant select, insert,delete, updateon customer.table to role called user_role. when I have granted user_role to other user "app_user" and try to login with other user I'm unable to see that customer.table. What I'm...
  19. zircon06

    Backups taking long time

    Our database is roughtly 75 gb which to take backups in 1 hr 20 m but now it taking roughtly 3 hrs to complete it . Any thoughts how to check bottoleneck what is going wrong? Thanks in advance
  20. zircon06

    Options to run different schema users

    Hi Mufasa !!!! Thanks for your note. I will try let know you

Part and Inventory Search

Back
Top