We are at the beginning of a project. The Application Architect wants to use clobs to store XML Data. He has noted this data will not be read on a regular basis. I have been trying to do some rese...
http://www.experts-exchange.com/Database/Software/HR_HCM/Oracle/Q_23461642.html
I have the following script to find the DB block location of objects...
SELECT
file_id "File",
block_id "Start",
blocks "Blocks",
owner || '.' || segment_name seg_name,
se...
http://www.experts-exchange.com/Database/Oracle/10.x/Q_23469930.html
Zones:
Oracle 10.xDate Answered: 06/10/2008 Rating: 9.3 Views: 0
I am writing a web service in Java that will accept input over soap/http from users. The user can input any ISO-8859 (all parts) character. The data is being loaded into an Oracle 10.2 database and...
http://www.experts-exchange.com/Database/Oracle/10.x/Q_23579492.html
I am getting this Error on oracle 10g DB. The same code works fine in Developement which is also a 10g DB.
ORA-06512: at line 1
ORA-06550: line 1, column 44:
PLS-00302: component
'G_PG_DATA_...
http://www.experts-exchange.com/Database/Oracle/Q_23123708.html
Zones:
OracleDate Answered: 01/30/2008 Rating: 8.8 Views: 0
We are facing a problem during the execution of a Job, there's a process that never runs when is stacked, but runs very well alone.
NOTICE: Signal generated by another process. A call stack
...
http://www.experts-exchange.com/Database/Oracle/10.x/Q_23553027.html