Hello All,  1> I want to know which algorithm CONNECT BY PRIOR use? I mean how it works?  2> And how cursors work? Means how the select ename from emp;...
Hello All, I need some help. I have one query using Self Join, as SELECT a.pno, a.pname, a.psal FROM ptemp4 a, (SELECT pno, psal FROM ptemp4 WHERE pno = 1)b ...
Check the all example regarding "connect by prior"  http://www.psoug.org/reference/connectby.html  it is basically use for identify "child and parent" rows...
Thnx for the reply. Wht abt this? 2> And how cursors work? Means how the select ename from emp; query will work? The self join answer is not what i was...
I know that you got the solution...i already saw your thread in ORAFAQ. the same thing i am going to sent you. About the cursor you confiused. A cursor...
How to clone database on the same host with different name In this post I will show how we can clone database on windows system without using RMAN duplicate....
List of Patchset number in metalink You want to download patchset from metalink but you don't know the patchset number. In that case it may take some moments...
Hi Friends, Â We are very happy to inform you that we are launching training program on PMP (Project Management Professional)....... Â To get more details on...
How to take RMAN backup on a remote disk It is common to hear that for backup there is not sufficient space on my server or my server disk is about to full....
Automatic startup and shutdown oracle on linux Oracle database server provides two scripts to configure automatic database startup and shutdown process. The...
How to know whether I use analyze or DBMS_STATS Automatic statistics gathering should be sufficient for most of the cases. And automatic statistics gathering...
RMAN-00554,RMAN-04005,ORA-0103 when remote connection by rman Whenever I try to connect remotely to a database through rman it fails with message RMAN-00554,...
hi Prachi, To Avoid Mutating in Trigger,we have to use PRAGMA AUTONOMOUS_TRANSACTION like below CREATE TRIGGER t1 AFTER UPDATE ON emp DECLARE PRAGMA...
Dear Friends, Oracle Released CPU patch 2008 for the various product. it is actually security bug fix patch which need to apply and storngly recommended by...
 Hello All,  Do someone has any solution for below:  11> If I have more than one tables, & has columns in all the tables whose some of the values are...
hai, i installed oracle database Release 10.2.0.1.0 - Beta and oracle client Release 8.1.5.0.0 my problem is following... SQL*Plus: Release 10.2.0.1.0 - Beta...
ORA-03113 is a generic error. you need to check "alertsid.log" file for more details. or sent us last few lines of alertlog file when the error is raised. ... ...
If i am not getting you wrong. you can use "sequencename.nextval" in the insert statement. suppose i have two table called "chi","pra" in that table i have two...
Thanks for reply Taj. I know i can do this. Â But in the below case, what I want is, I have some values already generated fot those table columns. Â And now...
You can do the following things. 1. first check the highest value of the column through max function. select max(columname) from tablename; then create...
go to the %ORACLE_BASE%/admin then check alertsid.log file. ... raised. ... <andrewstster@ ...> ... one roof. Go to http://in.promos.yahoo.com/groups/...
Hello, AS per Taj.. Post your alertlog last 100 lines.. Babu Mohammad Taj <star_taj@...> wrote: CHECK TAHT FILE. BUT WHAT I DO TO SOLVE THIS PROBLEM. ...
Hello, I agree taj but prod. env. this is not helpful. For Example: In 2008; you can create sequence like; OCA081001 (1001 - Sequence first value, increment by...
Hi friends, Can you share the doc. ( how to install the OEM Oracle Enterpriser Manager 10g in Unix Solaris, if any body having. pls send to my mail.... thanks...
Hi Friends, Today accidently i ran catalog.sql script in the existing database and i faced some typical errors such as unable to access dba_registry etc. Again...