Oracle 11gR2, an RDBMS product, is the second and terminal release of the Oracle 11g database.
0
votes
1answer
36 views
Limit the depth of hierarchical query
I am having a hierarchical table like below. I want to set the FLAG attribute based on the CODE values. The possible Code values are R, NR, RN and NF. The FLAG will be set to 'Y' iff the corresponding ...
1
vote
1answer
29 views
Select oracle schema which only contains specific table
I'm looking for a way to select all schema on my oracle server, which only contain the table "mytable"
How can i do this ?
I already have a query who list all schema in my database.
SELECT username ...
1
vote
1answer
20 views
Oracle external table logfile showing file not found when table not accessed
We're using in Oracle 11g Release 2 an ORACLE_LOADER type external table to import data from a CSV file to a table. The external table has a dummy filename set for the LOCATION value, as the users ...
0
votes
0answers
41 views
Uninstalling Oracle 11gr2 with OUI or deinstall not working | Windows 8
I installed Oracle 11gr2 for a college course, though all we used from it was SQL developer. Now that the class is over and done, I'd like to uninstall it.
"Windows 8 isn't supported by Oracle yet, ...
-1
votes
0answers
33 views
What is wnck-applet in Linux ps command output? [closed]
My Linux VM is totally slowed down. I am unable to run Oracle RAC installation. When I tried to check which process is taking cpu, i found wnck-applet in top 10. What is wnck-applet? Can I kill this?
2
votes
1answer
70 views
Deployed Tomcat 6 webapp can't connect to Amazon RDS Oracle instance
We are building a Java Spring-based web application that accesses an Oracle backend via Hibernate.
Here is our stack/tools:
Tomcat 6
Maven 3
Spring (mvc, web, orm) 3.2.0
Hibernate 4.1.9
Oracle ...
0
votes
1answer
32 views
Conversion of varchar to timestamp in oracle 11g R2
I am trying to convert varchar to timestamp with below query.
select staging.revival_date ,
case when staging.revival_date <> 'Unknown'
then
TO_TIMESTAMP(
...
0
votes
1answer
89 views
Parse/shred XML into relational tables using PL/SQL
I have an XML stored in XMLTYPE column named as xml_file in a table named as XML_TABLE. I am using Oracle 11g r2.
<ROWSET>
<DEPARTMENT>
...
0
votes
1answer
40 views
Oracle external table date field - works in one DB and not in another
Here's a crazy one: the same external table definition works fine in one
database, but fails in another. Not schema - database. Two databases, both
on the same OS, different servers. In addition, it's ...
0
votes
0answers
51 views
Oracle R enterprprise installation ERROR: cannot copy “rqe.dll” to “%ORACLE_HOME%\bin” on Windows 7
I am having trouble installing Oracle R Enterprise (ORE-1.3) on my windows 7 (home premium, personal notebook) 64 bit. I strictly followed the installation note ...
0
votes
1answer
55 views
how to generate a table from an XML file stored in BLOB format?
I need to generate a table populated from an XML file (stored in BLOB format) using a SQL query (Oracle 11g R2). The table should contains one row per student.
When I try to use the following syntax ...
0
votes
0answers
106 views
Error code 2 starting OracleDbConsole service
I installed Oracle DB 11g,
everything was working well, but suddenly process
OracleDbConsoleorcl didn't start anymore, I try
manually but it always shows this message:
Windows could not start ...
0
votes
0answers
95 views
OBIEE : Failed to load DLL. Check if 'Oracle OCI 10G' database client is installed
64-bit Windows 7
i get this error
Oxc1
[nQSError:46029] Failed to load the DLL
C:\OracleBI\server\Bin\nqsdbgatewayoci10g.dll. Check if 'Oracle OCI 10G' database client is installed.
i did check ...
0
votes
0answers
10 views
Oracle11.2 SELECT not returning values for an added field
There are two tables in oracle 11.2.0.1.0 named news, grade. I used
ALTER TABLE grade ADD watch NUMBER(9,0) DEFAULT 0 NOT NULL;
to add a column, then I inserted several rows into grade. When I ran
...
0
votes
1answer
628 views
http://127.0.0.1:8080/apex/f?p=4950 loading issue on 64-bit [closed]
I am using a 64-bit laptop and I seem to have the common issue of not being able to load oracle "get started" service -part of the 11g express edition.
Its on port 8080 and I tried a few things such ...
0
votes
0answers
121 views
Error starting database control [closed]
I am trying to install Oracle Database 11g Release 2 (11.2) for Microsoft Windows x64 on Windows7 x64. When setup comes to Database Configuration Assistant stage it gives the following warnings ...
2
votes
3answers
97 views
SQL, Oracle11g: Find records matching particular set of ID's
Please refer SQL Oracle : how to find records maching a particular id in the column
Now my query is on the similar lines:
My table has the following data:
now I want to find the records that have ...
2
votes
1answer
236 views
How to install Procedural Option in Oracle 11gr2
I've been trying to create PL/SQL packages and running procedures on a local installation of Oracle 11gR2 on my computer, and I kept getting ORA-00900 error. Based on this article, it seems like ...
1
vote
3answers
228 views
Oracle 11.2 to_number multiple commas
In Oracle 11.2, is there some number format, nf, that will work with to_number to parse arbitrary length varchar2s containing digits and commas?
I can achive this without a numbre format, by using ...
4
votes
1answer
249 views
Translate TOP 1 correlated subquery from SQL Server to Oracle
How do I perform a correlated subquery in Oracle that returns the first matching row based on an ORDER BY clause? I'm trying to translate a query from SQL Server that does this.
For the record, I ...
0
votes
1answer
68 views
SYS.DBMS_AQ Grant causes ORA-00990
When trying to grant SYS.DBMS_AQ to user, Oracle claims the package is missing or invalid. ORA-00990. Any idea why Oracle DB does not have this package? 11.2.0.1 is the version for the OracleDB.
0
votes
0answers
41 views
Importing a TIF file to Oracle 11g XE R2
I am a new user to Oracle, and I am working with the 11g XE. I am trying to Load a TIF file to oracle but I can not find a way to do it. I used the application express>application builder and after ...
0
votes
0answers
40 views
error while retrieving large data in xmlquery in oracle 11.2.0.3
We have a table in our database which has a column of datatype XMLTYPE. This column is used to store xml record.
A view takes input from the above mentioned column using xmlquery passing the xml ...
0
votes
1answer
163 views
Oracle 11g Catalog / System Tables DBA_COL_COMMENTS and DBA_OBJECTS Entries
I am working on a project where the objective is simple. We have a surrogate key whose data type needs to change from integer to decimal(18,0) to accomodate more transactions due to business growth. ...
1
vote
2answers
390 views
Return all matches of a regular expression in Oracle
I have a table that contains a VARCHAR2 column called COMMANDS.
The data in this column is a bunch of difficult to read ZPL code that will be sent to a label printer, and amidst the ZPL there are ...
2
votes
2answers
486 views
issue with to_date function with sysdate
I saw this question
so I've one doubt regarding this question:
I am getting different result with the same date on the following query.
SELECT TO_CHAR(to_date(sysdate, 'DD-MON-yy'), 'DAY'),
...
0
votes
3answers
129 views
Can I load rows from an excel sheet to a database table in BULK
I have to INSERT 500 rows to a table in Oracle 11g. I am using the below command one-by-one.Can I do it all at a time?
for e.g. what I am doing now-
INSERT INTO bonus SELECT ename, job, sal, comm ...
1
vote
2answers
246 views
Error Storing Date in custom format using to_date
Aim:
I want to store date in database in dd/MM/yyyy format.
I have first formatted it using DateFormat which results in changing it to String datatype and then trying to convert back to date ...
1
vote
1answer
106 views
JTable Oracle Timestamp column not displayed
I have created a 'Jtable' named Department_Table and now using SQL query i am trying to populate my Database table contents to my Jtable.
I have done it successfully but the timestamp column from my ...
10
votes
1answer
195 views
Calculate the percentage of the root owned by its parents
In simplified terms, I'm trying to calculate the percentage of the root of a tree owned by its parents, further up the tree. How can I do this in SQL alone?
Here's my (sample) schema. Please note ...
3
votes
3answers
108 views
SQL Oracle : how to find records maching a particular id in the column
My query is:
select A.*
from (select r.role_id,
r.role_name,
r.active,
decode( r.entity_type_id, 1000, m.name, 3000, cour.name, 4000, 'Ensenda' ) ...
2
votes
1answer
38 views
Consolidating to show the latest non-null value
I have the following schema, with representative sample data added for this question:
SQL Fiddle
Oracle 11g R2 Schema Setup:
create table foo(id integer, att1 varchar(9), att2 varchar(9), from_at ...
0
votes
1answer
283 views
Could not load file or assembly 'Oracle.DataAccess' 11gR2 VS 2008
I Have a Windows 7x64 machine with oracle 11gR2 client installed. I was able to run my c# apps (in ASP .Net Development Server not IIS) which connected to oracle using 'Oracle.DataAccess' until i had ...
1
vote
1answer
89 views
ArcGIS SDO_GEORASTER BUG on Oracle 11g R2
ESRI suggests not to use SDO_Georaster data type on Orcle 11g R2 for the following reson:
http://support.esri.com/en/knowledgebase/techarticles/detail/38940
We had ArcGIS 10.1 setup on Oracle 11g R2 ...
2
votes
1answer
206 views
Oracle Error ORA-04093, unable reference long data type
I am trying to create a trigger on addcomments table, which contains a long coloumn
CREATE OR REPLACE TRIGGER careventCommentssysc
AFTER INSERT
ON addcomments
FOR EACH ROW
DECLARE
BEGIN
...
2
votes
3answers
142 views
Calculating the peak capacity of hotels with Sql
There is a number of hotels with different bed capacities. I need to learn that for any given day, how many beds are occupied in each hotel.
Sample data:
HOTEL CHECK-IN CHECK-OUT
A ...
1
vote
1answer
763 views
How would I create a table in Oracle 11g R2 from a SELECT AS and partition the table by range-list?
I am trying to create a new table called Titles2 from an existing table called Titles. I have to use a SELECT AS statement to create the columns in Titles2 from Titles. I also have to partition ...
0
votes
1answer
317 views
Loading XMLTYPE data with IMPDP
I am trying to take a schema from an existing database and place it in a new database.
I've created dependant tablespaces for the data and everything seems to work ok except any tables with XMLTYPE ...
1
vote
0answers
54 views
Flashback archive is inserting data even no data changed after update statement
I have enabled Flashback archive on a table. Oracle inserts data in Flash back even if no record is changed in the table after updating a record.
For example
Update Dept set DEPTNO = '10' WHERE ...
0
votes
1answer
467 views
Oracle 11G R2 SQL rows to columns
I have a table of bank staff information that looks like this:
branchNumber Position firstName lastName staffNumber
------------ -------- --------- -------- -----------
25 ...
0
votes
0answers
64 views
How can i delete or modify a user defined field in Oracle Identity Manager?
I have to delete or modify a user defined field in Oracle Identity Manager due to a mistake i made.Can that be achieved by making a new sandbox?
Any help would be greatly appreciated.
Thanks in ...
16
votes
4answers
505 views
Selecting both MIN and MAX From the Table is slower than expected
I have a table MYTABLE with a date column SDATE which is the primary key of the table and has a unique index on it.
When I run this query:
SELECT MIN(SDATE) FROM MYTABLE
it gives answer ...
3
votes
1answer
316 views
Highlight differences between two strings
If I have two longish strings, VARCHAR2s, is there a simple method or algorithm I can copy or port to PL/SQL to compare them, inserting markup (i.e. so that when rendered in a web page the differences ...
2
votes
3answers
2k views
truncated LISTAGG string
I'm using Oracle 11g r2 and I need to concatenate strings (VARCHAR2, 300) from multiple rows. I'm using LISTAGG which works great until the concatenated string reaches the limit. At that point I ...
1
vote
2answers
505 views
Conditional Foreign Key implementation in oracle
I have a requirement as mentioned below:
table1
------------------------
A B C D E
------------------------
1 2 * P Q
1 2 A Q P
1 3 B W U
...
2
votes
1answer
176 views
Can Hibernate 2.1.7 work with Oracle Database 11gR2?
A quick and simple question: has anybody used the combination of Hibernate 2.1.7 and Oracle 11gR2 database? We have a legacy app that is using Hibernate 2.1.7 (which we are not planning to update at ...
1
vote
1answer
257 views
Oracle 11g temporary lob not freeable
I´m using Oracle 11gR2, can someone tell me why the temporary lob isn´t freed?
...
-- Apply stylesheet to DOM document
outdomdocf := dbms_xslprocessor.processxsl(proc, xsl, indomdoc);
...
2
votes
2answers
423 views
update set row value by rownum in oracle
Database version:oracle 11gr2,
my table is like:
create table t_test(t_id number,t_value number)
insert into t_test (t_id) values (1);
insert into t_test (t_id) values (2);
insert into t_test ...
1
vote
1answer
92 views
Pre-installation request for 11gR2 RAC Issue
before 11gR2 RAC installation, does the port needs to be open between the 2 nodes which will be RACed? also does it need to be able to ping each other between the nodes for scan name? os is linux ...
2
votes
1answer
223 views
SQL query case statement
I have an sql query which is generating a table
SELECT DISTINCT
concat(table.column, '.test.com) "User Login",
concat(concat(table.columnname, ' '), lastname) "Full Name",
'N' "Admin (Y/N)",
...





