Hi Guys,
Based on the illustration I have below:
OWNER OBJECT_TYPE OBJECT_NAME
------------------------------ ------------------- ---------------...
http://www.experts-exchange.com/Database/Oracle/11.x/Q_23924348.html
Zones:
Oracle 11.xDate Answered: 12/31/2008 Rating: 7.6 Views: 207
Experts,
I will try to make this note not as confusing as my brain feels it is. Basically, I inherited some reports to test, and one of them blows up when run on the front end, sometimes. The ...
http://www.experts-exchange.com/Database/Oracle/PL_SQL/Q_24463802.html
i am unable to connect toa db lsitener. I need to delete it and restart i all over. How can I do it?
http://www.experts-exchange.com/Database/Oracle/11.x/Q_24595543.html
Could any one tell me what is Signal 11 error in Oracle Applications Thanks
http://www.experts-exchange.com/Software/Misc/Q_21530038.html
Zones:
Misc SoftwareDate Answered: 10/10/2005 Rating: 6.8 Views: 0
I work for a mid sized manufacturing comany, sales of approximately 50million/year. We have approximately 100 employees (3 IT staff members) and are looking for a new ERP system. The systems we s...
http://www.experts-exchange.com/Database/Software/ERP/Q_21562447.html
Zones:
ERPDate Answered: 09/29/2005 Rating: 7.6 Views: 0
I have a table with a simple structure of:
CREATE TABLE test (PK int primary key, LK int not null, histtop char(1) not null)
What I want to ensure is the following:
There should only be one entr...
http://www.experts-exchange.com/Database/Oracle/Q_23165684.html
Hello,
I have strange problem.
I have one database server with Oracle 11 which in fact is Virtual machine on MS Virtual Server.
Database is working normally but occasionally users reports that...
http://www.experts-exchange.com/Database/Oracle/11.x/Q_23465943.html
Hi All,
Yesterday I deleted some very critical data un-intentionally due to some erroneous where clause. Is there any quick and simple method to recover the records which where deleted yesterday?
...
http://www.experts-exchange.com/Database/Oracle/11.x/Q_23671017.html
Zones:
Oracle 11.xDate Answered: 08/25/2008 Rating: 9.0 Views: 0
I downloaded the Oracle Client 11 and got the .zip file from the zip. I unzipped the file and found no setup.exe. The setup.exe is in the .zip file, but when extracting the files, it does not place...
http://www.experts-exchange.com/Database/Oracle/11.x/Q_23981059.html
I am supplying a parameter value from the front end.
select * from emp
where decode([parameter],NULL,'~~',
empno) = decode([parameter],NULL,'~~',
...
http://www.experts-exchange.com/Database/Oracle/11.x/Q_24766711.html