Top "Oracle10g" questions

Oracle is an RDBMS product.

Is there an Oracle equivalent to SQL Server's OUTPUT INSERTED.*?

In SQL Server, you can do things like this: INSERT INTO some_table (...) OUTPUT INSERTED.* VALUES (...) So that you can …

sql sql-server oracle oracle10g
RAISE_APPLICATION_ERROR issue

I have developed a trigger that checks the validity of a date. It works fine because it prevents me from …

oracle triggers oracle10g ora-06512
How to get green bug (debug) icon on a stored procedure?

I have Oracle 10.5 installed on my system. I created a stored procedure using Toad. It is running successfully. I observed …

debugging oracle10g toad
How to map oracle timestamp to appropriate java type in hibernate?

I am new to hibernate and I am stumped. In my database I have tables that have a columns of …

java hibernate oracle10g netbeans6.5
How to open .dmp oracle backup file

I have a backup.dmp file, which is backup file of my database built in oracle. please suggest me how …

oracle oracle10g dmp
Identifying and Resolving Oracle ITL Deadlock

I have an Oracle DB package that is routinely causing what I believe is an ITL (Interested Transaction List) deadlock. …

oracle oracle10g database-deadlocks
UTL_FILE, UTL_FILE_DIR and DIRECTORY, how do they affect UTL_FILE.FREMOVE?

FREMOVE is failing with an error "ORA-29280: invalid directory path" It works fine when I add the path to the …

oracle oracle10g directory utl-file
How can I configure my Oracle tnsnames file location?

I have Oracle 10g installed on Windows. Currently, my tnsnames file is stored at %ORACLEHOME%\network\admin. However, I want …

oracle oracle10g tnsnames
import and export using impdp/expdp in oracle10g/11g

I have two databases, one is production and second is a test. I want to export from production database and …

oracle10g oracle11g datapump
PL/SQL use VARRAY in IN CLAUSE

Is it possible to use VARRAY in IN CLAUSE of pl/sql?

oracle plsql oracle10g varray