Oracle Server is a relational DBMS (Database Management System) created by Oracle Corporation. Do NOT use this tag for other DBMS servers owned by Oracle (for instance MySQL, TimesTen and Berkeley DB).

learn more… | top users | synonyms

0
votes
0answers
20 views

Don't understand dates part of query

(SELECT TO_CHAR (TO_DATE ('20130501','YYYY-MM-DD')+LEVEL- 1, 'YYYYMMDD') AS DAY ,ceil( ( to_number(substrb(TO_CHAR (TO_DATE ('20130501','YYYY-MM-DD')+LEVEL- 1, 'YYYYMMDD'), -2, 2)) ...
0
votes
1answer
15 views

Is there any alternate solution of IN Clause for more than 1000 values [duplicate]

I want to use more than 1000 value with IN Clause that is not supported by this clause. eg. select prodCode from Products where prodId IN (1,2,3.....,1020); Can someone suggest me for any alternate ...
0
votes
1answer
12 views

Auto Number by Grouping Column in Oracle

Is there any oracle statement for my problem. Eg. TableA has 2 columns : columnA and columnB ColumnA ColumnB ------------------- A WA A WA B WA B WA C ...
0
votes
0answers
21 views

Getting Extra Duplicate values

I have to find out the duplicates from the table, even though the query do fetch the actual duplicate values, it also fetched the additional duplicates. Here is the query: SELECT a.PROJECTNAME , ...
-1
votes
0answers
14 views

How to create a function in oracle in which i don't know the count of input parameters

I want to create a function which calculates non-zero avg of columns (in a row). But i don't know how to have columns passed as parameter to that function since i don't know the count of parameters, ...
0
votes
0answers
16 views

accessing varray from jdbc

TYPE phone_no_tab_typ IS VARRAY (6) OF VARCHAR2 (20); CREATE OR REPLACE PROCEDURE myproc (arr_in IN phone_no_tab_typ) IS BEGIN END; How to call this procedure from JDBC. I tried examples and ...
0
votes
1answer
32 views

Oracle PL/SQL and Java dependencies

When a PL/SQL package is invalid, Java code accessing this package reports an exception that the PL/SQL is invalidated. However, when the PL/SQL block is recompiled and it is in 'valid' state, Java ...
0
votes
0answers
21 views

Default values in target tables

I have some mappings, where business entities are being populated after transformation logic. The row volumes are on the higher side, and there are quite a few business attributes which are defaulted ...
0
votes
0answers
16 views

How i add my foreign key on sql

I already have P1_ART AND P1_DEGREE AND P1_ARTIST TABLES, BUT I want to add foreign keys to my P1_ARTIST table as follows Alter table P1_ARTIST ADD CONSTRAINT ARTIST_ART_FK FOREIGN KEY(ART_ID) ...
1
vote
1answer
30 views

Oracle database login

A database administrator has used to connect to oracle database on unix operating system by using the following: $ sqlplus sys/sysPass1@orcl as sysdba What are the big mistakes in the previous ...
0
votes
0answers
27 views

Confirmed SQL Injection in VB.NET code using OleDb and Oracle, even though using parametrized query! How come is it possible?

I'm probing this system for SQL Injection and found out even using Parametrized Query, exactly as suggested by SQL Injection Prevention Cheat Sheet, it is still possible to execute SQL Injection! ...
0
votes
1answer
21 views

how to get multiple rows fit into one cell in xmlattributes

Im using xmlelement to write a piece of html code in oracle. my current database stores these data +---------+----------------+-----------------------+-----------+ | menu_id | title | url ...
-2
votes
0answers
10 views

How to connect to Oracle 10g which is in server system in LAN using ODBC from client system [closed]

I want to connect to Oracle 10g which is present in server system using ODBC connection from client system. Please provide me steps.
-4
votes
2answers
26 views

Copying data from one field to another in different tables [closed]

I need to know the ps/sql syntax for copying data from one field in Table A into a user defined date field in Table B
0
votes
0answers
25 views

Cannot catch oracle exception from oracle stored procedure using php oci

Does anyone know how to catch oracle exception in php? I have a stored procedure which raise exceptions when something occur and I want to pass the message directly to browser. I have tried using try ...
0
votes
1answer
13 views

Inserting timestamp in Oracle from asp ( not a valid month)

update users Set USER_ACCOUNT_DIS = to_timestamp('6/18/2013 1:41:05 PM','YYYY-MM-DD HH24:MI:SS') Where user_id='mytestuser' Microsoft OLE DB Provider for ODBC Drivers error '80004005' ...
0
votes
0answers
16 views

Using Web Services to Integrate SharePoint and Oracle [closed]

We are planning a project that needs to integrate our case management system (Oracle backend) with SharePoint. We want to store structured case data in our existing Oracle database and use SharePoint ...
-1
votes
1answer
62 views

oracle pl/sql compare value against database in function

I have several names like: john arnold edward albert And I have a name dictionary like this: name --------------------------- john arnold edward I wrote a function to split the name in ...
0
votes
2answers
51 views

When the column is NULL

I have a curious scenario that I have been looking at the last hour and cannot get my head around... CASE WHEN A.ADMIN IS NULL THEN 0 ELSE CASE WHEN NULLIF(A.ADMIN, 0.0) = ...
0
votes
2answers
27 views

Oracle sql update using regexp_replace

I have almost 2000 rows in a table ("Sensor", which has many more than 2000 rows) in which I need to update one column, the sensorname. Part of the replacement within the update is based on the ...
0
votes
1answer
6 views

Hibernate id returns clasCastException

I've been given this error: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer at ...
3
votes
2answers
33 views

Oracle materialized view using with “not exists”

I know Oracle materialized views cannot be fast refreshed with "not exists" clause. Is there a work around. I tried using left outer join and (+) but these 2 options too didnt seem to work. Any help ...
0
votes
1answer
24 views

Codeigniter how to retrieve data depending on date?

I have a question, im trying to create this function, so I will be able to load specific data depending on the date, for example: Today: 18-Jun-2013 Record in DB: 18-Jun-1999 If today is June 18th i ...
0
votes
0answers
7 views

occi terminate connection issue

I'm suffering from a memory leak in my application, I found that my problem happens whenever I terminate the connection and open a new one pOracleEnv->terminateConnection(pOracleCon); Is this ...
0
votes
1answer
52 views

Oracle equivalent of Postgres EXPLAIN ANALYZE

Similar to this question. I'd like to get a detailed query plan and actual execution in Oracle (10g) similar to EXPLAIN ANALYZE in PostgreSQL. Is there an equivalent?
0
votes
2answers
35 views

Replacing two MINUS/EXCEPT queries

When confirming that turning to stored procedures does not brake their intended functionality (data from point A gets to point B), I often use MINUS (EXCEPT in sql server). However this forces me to ...
1
vote
1answer
27 views

oracle: connection timeout when calling a plsql procedure from Java

We have a daily batch job executing a oracle-plsql function. Actually the quartz scheduler invokes a java program which makes a call to the oracle-plsql function. This oracle plsql function deletes ...
0
votes
3answers
37 views

Deleting an existing user from a database JDBC Oracle

I have a working code here that removes users from a database when you call the removeUser method. : public void removeUser(String username) { try { pstmnt = ...
0
votes
0answers
9 views

Oracle BPM Human Task Form

Perhaps you guys could assist me on an issue we are having with the human task forms; in order for users to start working on a task they first need to claim it, but when they do an error message ...
0
votes
0answers
25 views

Register oracle.jdbc.OracleDriver

I'm new to Java web service. I've been playing with it for a few days and finally I am able to connect to the Oracle database on a different machine. Happy so far. The samples that I have seen on the ...
0
votes
1answer
38 views

PL SQL - Dynamic SQL in the where clause of a select statement

I'm really new to Oracle PL/SQL, but experienced in Sql Server, and I'm trying to learn the ins and outs of it. For an introductory to it I've decided to optimize a query that is generated as a C# ...
0
votes
2answers
23 views

Query with conditions on multiple value column

I am building report in Oracle Apex 4.2. Table that report is build on has multiple values inside one of the columns. ----------------------------------- | ID | NAME | PROJECT_ID | ...
-7
votes
0answers
41 views

Implementation of Pivot keyword in oracle 2 [closed]

Because somebody closed the question: Implementation of Pivot keyword in oracle SQL> EXPLAIN PLAN SET STATEMENT_ID = 'PIVOT' for 2 SELECT * 3 FROM EMP 4 PIVOT 5 ( 6 ...
-4
votes
0answers
52 views

Implementation of Pivot keyword in oracle [closed]

I was looking at the Pivot keyword in oracle How is the pivot keyword implemented in Oracle?
-2
votes
1answer
30 views

Insert Data Set into Oracle Table

I am trying to insert all the records from my data table into oracle table. I have figured out how to insert a single record, however how do I go about inserting multiple records. The biggest ...
0
votes
1answer
43 views

Timestamp in database query in linux vs windows on Oracle

I'm having a strange issue with some legacy code. This works when I run it in windows but not when I run it from linux. ... ResultSet rs = st.executeQuery("SELECT MODTS from MYTBL WHERE ID = 'X'"); ...
1
vote
2answers
33 views

Simply adding a foreign key SQL

I'm trying to add a foreign key constraint to my user_info table, that is a primary key in my users table (user_id): ALTER TABLE user_info ADD CONSTRAINT fk_userID FOREIGN KEY (user_id) REFERENCES ...
1
vote
2answers
44 views

using the NOT IN operator on a column with NULL values

I have a table employee which has a column company which has all null values Now, I want to use a NOT IN operator for the company name as select * from employee where employee.company NOT IN ('ABC', ...
0
votes
1answer
20 views

How to find host string?

I have just installed Oracle - DevSuitehome2, Oracle Database 10g Express Edition and Oracle Developer Suit - DevSuiteHome2. I am new to this Oracle forms, Oracle Reports, etc. During installation, ...
0
votes
0answers
32 views

one-to-one relationship - getting error messages

I'm using Fluent NHibernate to synchronize a MYSQL and an Oracle database. I've the situation that on the MySQL one mapping and structure is working but it is not on the oracle side. The main ...
0
votes
2answers
27 views

Checking if user exists in Oracle Database - java jdbc

So I have this working code/prepared statement that adds a username and password into a database, however I need to check if the username already exists in the code. public void addUser(Connection ...
0
votes
1answer
23 views

How to see the predicates added by a VPD in an Oracle database? [closed]

The predicates added by a VPD do not show in the 10046 trace file. It is suggested to use the 10053 (optimizer) trace to see the VPD predicates, but it is difficult to set the 10053 trace on a given ...
0
votes
1answer
42 views

does Unique constraint on multiple columns has performance issues -Oracle

I am using Oracle database and I have a table for customers records and want to put a Unique key constraint on multiple varchar2 columns. like CUST_ID (Number), CUST_Name(varchar2), ...
1
vote
0answers
18 views

entity framework, oracle, guid endianness

I use EF 4 with oracle. I have a table with a RAW column containing guids. These guids are imported from a sql server db by some process I cannot control. My issue is that if I simply use EF to ...
0
votes
3answers
52 views

Oracle Sequence not generating the continuous number [duplicate]

I have one sequence in oracle which will be used as SYSID. The sequence is not generating in orderly fashion, means some where it is skipping the numbers, then it is continuing. Below is my sequence ...
-1
votes
1answer
18 views

error with bulding libreoffice 4.0.2.2 [closed]

I tried to build libreoffice 4.0.2.2 on Ubuntu 13.04 x86-64 using VirtualBox where an error has occurred which says: "no suitable windowing system found , exiting" . Any ideas on how to solve this ...
2
votes
2answers
42 views

Oracle SQL View: Multiple rows to one with help of foreign key

I have two tables: Table A: pk_id, value Table B: pk_id, key, value, fk_id e.g. table a: 1, value e.g. table b: 1, key1, value1, 1 2, key2, value2, 1 3, key3, value3, 1 and so on, it's ...
1
vote
1answer
24 views

PL/SQL to fetch sample rows for each month in a year

I need to fetch 200 rows a month per year randomly sampled for each month from this table in Oracle 10g: Documents -------------------------------------- Doc_ID Date 95687 25-AUG-12 99283 ...
0
votes
1answer
27 views

Delay during commit (using JPA/JTA)

I would like to ask you for help with following problem. I have method: String sql = "INSERT INTO table ...." Query query = em.createNativeQuery(sql); query.executeUpdate(); sql = "SELECT max(id) ...
0
votes
5answers
35 views

How to exclude holidays between two dates?

I have two dates and I have to find out the number of Sundays and holidays fall between those two dates. Can I do this using BETWEEN? If so, how? SELECT date1, date2, trunc(deposit_date - ...

1 2 3 4 5 586