Top "Oracle" questions

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

Subtract one hour from datetime rather than one day

I have a datetime column in Oracle (MM/DD/YYYY HH:MM:SS AM/PM) but when I do this: …

oracle datetime plsql date-arithmetic
The provider is not compatible with the version of Oracle client error when using Oracle.DataClient

I'm using Visual Studio 2008 Express Edition, and I'm trying my hand in developing a small application using Oracle.DataClient. I'm …

visual-studio-2008 oracle odp.net
SQL Query Select first rank 1 row From Multiple ranks/Group

I have following data Table1 id col1 col2 col3 ---------------------------------- 1 abc 01/01/2012 - 1 abc 01/01/2012 A 2 abc 01/01/2012 - 2 abc 01/02/2012 - 3 abc 01/02/2012 - 3 …

sql oracle oracle10g dense-rank
Insert default value when null is inserted

I have an Oracle database, and a table with several not null columns, all with default values. I would like …

oracle default notnull
How to see the table relationships in ORACLE

I had an Access database. Now I have created a connection with this Access DB and copied it to ORACLE. …

oracle table-relationships
Access right on synonym and underlying table

1/ How are privileges on synonyms and underlying objects related ? If one has rights on synonym, would he automatically has rights …

oracle oracle11g oracle10g privileges synonym
Oracle SQLDeveloper on MacOS won't open after installation of correct Java

I downloaded the Oracle SQLDeveloper, but when I opened it, it said that it requires a minimum of Java 8 and …

java oracle macos java-8 oracle-sqldeveloper
Oracle: Combine multiple results in a subquery into a single comma-separated value

I'm trying to convert a single-columned subquery into a command-separated VARCHAR-typed list of values. This is identical to this question, …

sql oracle subquery string-aggregation
How to ignore optional prerequisites when installing Oracle database in silent mode?

I was referring to this PAGE to install Oracle 11g database in silent mode. When installing, there were some optional …

oracle oracle11g silent-installer
Spring Batch ORA-08177: can't serialize access for this transaction when running single job, SERIALIZED isolation level

I am getting this exception with SERIALIZED isolation level on JobRepository in Spring Batch: org.springframework.dao.CannotSerializeTransactionException: PreparedStatementCallback; SQL […

oracle spring-batch isolation-level