Top "Oracle" questions

Oracle Database is a Multi-Model Database Management System created by Oracle Corporation.

How do I alter my existing table to create a range partition in Oracle

I have existing table which has 10 years of data (I have taken dump). I would like to Range partition the …

oracle create-table alter-table partition
Is it possible for Oracle sqlldr to accept a TNS entry as an instance qualifier in Oracle 10 and 11?

Is it possible to use a fully qualified TNS entry using sqlldr bundled with Oracle 10/11? For example, in SQLPlus: sqlplus …

oracle sqlplus sql-loader tns
Calling Oracle stored procedure with output parameter from SQL Server

I have an Oracle linked server in SQL Server 2008 R2. I need to execute Oracle stored procedures (with output parameter …

sql sql-server oracle stored-procedures linked-server
ORA-00932: inconsistent datatypes: expected INTERVAL DAY TO SECOND got CHAR

SELECT COALESCE ( (to_timestamp( '2014-09-22 16:00:00','yyyy/mm/dd HH24:MI:SS') - ('2014-09-22 09:00:00' ,'yyyy/…

oracle timestamp date-arithmetic
how to find partition of record oracle

I have a table and there is a partition on it. There are 16 hash partition which is starting from SUBSCRIBER_01 .. …

database oracle plsql oracle11g database-partitioning
How can I use regex to split a string, using a string as a delimiter?

I'm trying to split a string using a string as a delimiter, in an Oracle store procedure. I can use …

regex oracle regexp-substr
Weblogic Deployment Exception : PaddingException: Could not perform unpadding: invalid pad byte

This question is asked (and answered) just to share some knowledge with the SO Community. I have recently came up …

oracle weblogic weblogic-10.x jdeveloper
Convert date from one format to another using SQL*Loader control file

The data from the infile is in the format MM/DD/YYYY how do I tell the control file to …

sql oracle sql-loader
Why does SQL*Plus commit on exit?

Surely this should be the same as a termination of a session and cause a rollback? It seems to me …

oracle sqlplus
Does anybody know what encrypting technique is JDeveloper/SQL Developer using to persist credentials?

I'd be more than interesting for me to understand which technique is being used here to persist sensible data since …

java oracle oracle-sqldeveloper jdeveloper