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 dencom 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
  • Content: Threads
  • Order by date
  1. zircon06

    Comand or quey to get Database size

    Hi all, Can anyone help me wiht command or query to get database size. Thanks
  2. 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
  3. zircon06

    Quick way to move jobs from Dev to QA

    Anyone tell me how to jobs in Dev to QA in 2000 box Thanks
  4. 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...
  5. 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...
  6. zircon06

    Can load oracle9i and oracle 10g in one box

    aynone tell me can oracle9i and oracle10g ear files hosted on single server Thanks
  7. 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
  8. 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
  9. 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
  10. 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
  11. zircon06

    How to setting checkpoint in transaction log

    Anyone enlighten me steps for settings for check point when doing transaction logs. Thanks
  12. 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
  13. zircon06

    Options to run different schema users

    I'm in dilemma how to run different schema users using single login. I'm not favourable of running by system, sys users. I have customer,audit,users schemas how to run these schema using single login instead of schema user itself. Just for though by giving dba permission to that user will I...
  14. zircon06

    Steps for applying transaction logs

    Anyone walk through to apply multiple transaction logs in sequence. Thanks in advance
  15. zircon06

    creating new instance in 10g

    Can anyone help me with steps into to create new instance in aix environment.
  16. zircon06

    Request Timedout in aspx page. Urgent

    I have an aspx page which is giving me HttpException (0x80004005): Request timed out.] only on the production server. In the development and Test servers it works fine. Even if I point to the production database from my development box it doesn’t throw me the error. We have tried indexing on the...
  17. zircon06

    Javascript in C# code behind

    I have to call different javascript functions in the btnSubmit_click event in code behind based on txtbalancedue value. If txtbalancedue = 0 then I have to call a js function and capture value. If the value is true then I have to call a update method in code behind. If txtbalancedue == 1 then I...
  18. zircon06

    process to load excel data into oracle table

    Anyone give me steps to load data from excel sheet to oracle table. Thanks in advance
  19. zircon06

    Steps to untar file in aix 5.2

    I have a file upgrade.tar. Any one tell me step to untar this file after ftp to aix box. Thanks in advance
  20. zircon06

    JavaScritp in Button Click

    I need to call different javascript functions based on the conditions in submit button click. if(balancedue == 0) //call javascript function to confirm else //call another javacript function to confirm. How can I call based on the conditions. In page_load event btnsubm.Attribute.Add can only...

Part and Inventory Search

Back
Top