Tagged Questions

4
votes
4answers
1k views

Is it ok to use oracle 11g client with a 10g server?

I am creating a .NET program that uses odp.net, specifically the 11g version. Our oracle server is running 10g. I am too late in the development process to make a change. Am I head …
3
votes
3answers
1k views

Oracle: Does a 10g oracle client work with an 11g server?

This is the reciprocal to this question. Currently, I am trying to use the instant client for Mac, version 10.2. There's no 11g version for Mac, as of now, based on this page(you h …
2
votes
3answers
100 views

How can I get the number of days between 2 dates in Oracle 11g?

I'm trying to find an integer number of days between two dates in Oracle 11g. I can get close by doing select sysdate - to_date('2009-10-01', 'yyyy-mm-dd') from dual but thi …
2
votes
1answer
159 views

SQLDeveloper using over 100MB of PGA+UGA

Perhaps this is normal, but in my Oracle 11g database I am seeing programmers using Oracle's SQL Developer regularly consume more than 100MB of combined UGA and PGA memory. I'd li …
1
vote
4answers
38 views

How do you put literals into the result a sql result set based on which table was joined to create the row?

I have 3 tables, one which represents a "supertype", with an ID column. Two other tables are each subtypes, with an ID column that is a foreign key to the supertype table, plus a …
1
vote
4answers
87 views

Automating problem query identification in Oracle 11g

In our test bed, a number of test suites will be run in a row (unattended), producing reports for later consumption. I want to include in those reports queries which are candidate …
1
vote
1answer
411 views

can oci driver for 11g (odbc5.jar) work with 10g client ?

Hi, I need to connect to Oracle9,10 and 11 in my java application.The client will always be present where the app will be run and I want the app to just work with username,passwor …
1
vote
0answers
57 views

Oracle Disaster Recovery On Linux [closed]

My oracle database is store on Linux system. And My Linux system is down. So I want to restore my oracle database when I setup Linux system already but I don't know how to restore …
0
votes
2answers
26 views

Connection Pooling on Oracle 11g w/ asp.net

What is the best way to handle connection pooling with Oracle 11g and asp.net, I'm having issues where Oracle refuses to open up any new connections for the web app after a while. …
0
votes
1answer
8 views

How to tell SQLexec not to wrap characters?

I'm using Oracle 11g. Also using the spool command to get the output of a query to a file. The problem is that sqlexec is wrapping the characters and making my life miserable. Now …
0
votes
1answer
26 views

PL/SQL to Select a Partition Window of Data

Working with Oracle 11g here. I'm trying to figure out how to write a specific query against a sample table below: ID TYPE PRIORITY STATUS DATE ------------------------- …
0
votes
0answers
18 views

network adapter connection in oracle11g not found? [closed]

I cant have a connection and cant open sql developer, it says network adapter not found?
0
votes
0answers
48 views

TransactionScope and Error: ORA-02049

I have the following routine: For j = 1 To NumItems dbValueLookup.Load(j) Using scope As New TransactionScope() For i = firstIndex To lastIndex 'dbValueLookup is …
0
votes
2answers
58 views

Troubleshooting ORA-00942

In the middle of an automated test run last night, one of my twenty worker threads blew out; the application was attempting an INSERT. Springframework reports ORA-00942: table or …
0
votes
1answer
128 views

ssl_error_rx_record_too_long

I've googled this error but came up with no solution, this happened when I installed oracle database 11g, I tried to reach https://localhost:1158/em and this error pops up in firef …

1 2 next
15 30 50 per page