I am using Oracle 10g. Here is my query select * from Entries where RefKey in (select RefKey from Entries
I am facing an unusual problem in Oracle SQL Developer. When I try to compile a store procedure it hangs up the Oracle SQL DEveloper Screen and I can\'t do any activity, except to kill the SQL develop
I use Windows 7 64 bit and Oracle 10g. I have installed python-2.7.2.amd64 and cx_Oracle-5.1-10g.win-amd64-py2.7.
I am creating a procedure in a package. I have updated the specification of the package and then when i am updating the body of the package it shows me the following error.
Ahter configuring Email in Bi publisher as \" SMTP NAME:- SMTP.GMAIL.COM, HOST NAME:- SMTP.GMAIL.COM, UserName:-bhuvan.ram@gmail.com,Password=XXXXX
Our development team does all of their development on their local machines, databases included.When we make changes to schema\'s we save the SQL to a file that is then sent to the version control syst
I have a c# client and I am using oracle 10g database. My query is: Is the expiry grace period over and above exiry date?
I am able to get a similiar function working in TSQL but I am a relative newb开发者_运维问答ie to PL/SQL, I\'m hopeing someone can explain to me why this function declaration will not compile.
I have recently noticed that nobody uses views in my company (and it\'s a big company). I want to create a few vi开发者_JAVA技巧ews largely because they make my queries simpler to the eye, and these
I have customer oracle dump file, I used the following command to import this file to oracle db: impuser1/tartan@app92g fromuser=SYS touser=user1_1 file=PRD_10_06_11.dmp log=app_log1.log