I created a db link on our 11g RAC database.
CREATE DATABASE LINK nst_test CONNECT TO eai_rt IDENTIFIED BY eai_rt USING 'EAIPREPROD';
When I try to use it from sql developer on my client machine in following way:
select * from dual@nst_test;
I get the error:
ORA-12154: TNS:could not resolve the...
Hi,
Recently we upgraded our database to 10G from 9i.
We have been getting ORA 06531: Reference to uninitialized collection error in the new database.
Some searches in metalink showed this is related to use of varray data type in the db packages. And the solution is initialize that type of...
Hi,
I have a table with columns:status, gl_date and others.
Status can take one of three values: CONFIRMED, REMITTED, CLEARED.
My problem is that User wants to select record for a particular gl_date with preference.
The order of preference is:
1.CONFIRMED 2.REMITTED 3.CLEARED
If only REMITTED...
Hi friends,
I have an excel file with data in two worksheets (identical data).
Total number of rows exceeds 72k.
I want to sort this data on one of the columns in one go.
If anyone has solution/thoughts, pls do share.
Regards,
Prashant
Hi,
Which is a better choice : spooling the file from sql plus OR using utl_file from pl/sql.
Considerations -
* load on CPU
* Time
I take it that from code development point of view, spool wins the race.
Any input will be highly appreciated.
Regards,
Prashant
Hi,
I need to set a sqlplus variable using a query (since the value is stored in database). It would be something like this:
define v_req_id = <select request_id from my_table>
HOST uuencode '&v_req_id' a.txt|/usr/lib/sendmail <email id>
Would it be possible.
I tried using ACCEPT but was...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.