Top "Oracle" questions

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

How to set org context in Oracle Apps R12 in back-end in case of multiple org-id?

I have executed the query for single org-id and it is working properly. begin mo_global.set_policy_context('S',204); …

oracle oracle-apps oracleapplications
Dynamic pivot in oracle sql

... pivot (sum(A) for B in (X)) Now B is of datatype varchar2 and X is a string of varchar2 …

sql oracle pivot dynamic-pivot
How to resolve ORA-00937: not a single-group group function when calculating percentage?

I'm trying to get a percentage of the itemid that are available in a certain area. Using my query, I …

sql oracle ora-00937
Find the length of the longest row in a column in oracle

Does anybody know if there is a way to find what the length of the longest row in a column …

sql oracle plsql oracle-sqldeveloper
How can I check that if synonym already exist then don't create synonym

I am using Oracle SQL developer 2.1 for creating a synonym. CREATE OR REPLACE SYNONYM "ETKS_PR_RW"."SQ_CLDOS_ATCHMNT_…

sql oracle synonym
no ocijdbc12 in java.library.path

I am trying to make a connection to oracle through java program using OCI driver. Following is the configuration. Windows 7, 32 …

java oracle dll oracle11g
Oracle client installation error - path too long

I'm trying to install Oracle 11g Release 2 (client). But it gives an error like that : Environment variable: "PATH" - This …

oracle oracle11g oracleclient
Comparing date with sysdate in oracle

I have a column which is of "DATE" type and I want to run a query on it comparing it …

sql oracle date-arithmetic
Logrotate to clean up date stamped files

I'm currently trying to work out a method of tidying up Oracle Recover log files that are created by Cron... …

linux oracle logrotate
Materialized Views - Identifying the last refresh

I presently access a series of views and materialized views. The materialized are maintained by a third party who offers …

oracle materialized-views