Top "Oracle" questions

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

Loading Unicode Characters with Oracle SQL Loader (sqlldr) results in question marks

I'm trying to load localized strings from a unicode (UTF8-encoded) csv using SQL Loader into an oracle database. I've …

oracle unicode csv sql-loader
SQL Error: ORA-02000: missing ALWAYS keyword when create identity column based table

I try to create an auto incremented column on a table and as I see in this post there are 2 …

java oracle oracle12c
java.lang.UnsatisfiedLinkError: no ocijdbc11 in java. library.path

i am trying to make jdbc oci connection to oracle 11g that uses os authentication i made a sample console …

java oracle jdbc oracle-call-interface
PL/SQL - Optional conditions in where-clause - without dynamic sql?

I have a query where not all conditions are necessary. Here's an example of what it looks like when all …

oracle plsql oracle10g dynamic-sql
How to export clob field datas in oracle sql developer

How to export clob field data's in oracle sql developer. Currently clob field data's can't export in oracle sql developer.

oracle export oracle-sqldeveloper clob
Issue building cx_Oracle - libclntsh.so.11.1 => not found

I'm trying to build cx_Oracle for a Python 2.7.2 and Oracle 11g installation but the built cx_Oracle.so cannot …

python oracle build cx-oracle
SQL to_char Currency Formatting

I am facing a to_char() currency formatting problem here. The below code is working for me: SELECT TO_CHAR(10000,…

sql oracle currency to-char
Oracle: Using a database link in a stored procedure : table or view does not exist

I currently have an issue whereby I cannot reference a table in a linked database within a stored procedure. I …

sql database oracle stored-procedures dblink
oracle sql developer- ora-12514 error

im using oracle sql developer to make my database, but now i stopped to work. it wrote this: An error …

sql oracle ora-12514
How to reconfigure Oracle 10g xe on Linux

I have installed Oracle 10g xe from a deb file on linux, and then started to configure it using this …

linux oracle oracle10g