Advertisement

1 - 8 of 8 containing alltags:("9.2.0.5") (0 seconds)
Hi friends I need help related to procedure returning ref_cursor. I want to perform minus operation between two procedure return ref cursor to find difference. example : select pkg_emp.get...
Zones: Oracle, Oracle 9.x, PL / SQLDate Answered: 03/25/2008 Grade: B Views: 32
How will I recover the following: Oracle 9.2.0.5 database. Backup steps.. 1. Alter system switch logfile; 2. ALTER DATABASE BACKUP CONTROLFILE TO $ctrlbck' 3. All tablespaces but into ho...
Zones: Oracle 9.xDate Answered: 06/16/2008 Grade: A Views: 29
Hello all, I am having problems with the growth of indexes in my database... one of my index tablespace lose 30MB+ data on daily basis and this is not normal.. .this rate is accelerating... i disc...
Zones: Oracle, Oracle 9.xDate Answered: 04/15/2008 Grade: A Views: 0
I have a simple query bringing data from a huge table ord_order_services and a small table gen_items select *   from ord_order_services s, gen_items g  where s.item_no = g.item_no    and g.p...
Zones: Oracle, Oracle 9.x, PL / SQLDate Answered: 05/06/2008 Grade: A Views: 0
I have a select query which currently has the RULE hint. It runs fast. I am trying to move to the CBO and I have run dbms_stats on the tables in this query. With the RULE hint, the optimiser use...
Zones: Oracle 9.xDate Answered: 07/11/2008 Grade: A Views: 0
I have a 9.2.0.5 live db on a Sunfire v440. Ultimately I need to get this to 10g but I view this as something that will take quite some time planning and testing. In the meantime I would like to pu...
Zones: Oracle 9.x, Linux, Linux SetupDate Answered: 07/24/2008 Grade: B Views: 9
Hi All, I have a database.. which is growing.. .sometimes i get performance issues also, i was wondering if rebuilding large tables will benefit in this situation.. I rebuilt selected tables...
Zones: Oracle, Databases, Oracle 9.xDate Answered: 05/03/2008 Grade: A Views: 114
Hello, I have strange behavior with select and update statment. WHen i run the update statment: ::SEE UPDATE SCRIPT:: If i run the select statment...with the same condetion and values i g...
Zones: PL / SQLDate Asked: 11/12/2008 Points: 200 Comments: 4
  • 1