| Thread | Last Post | Replies |
|
| In Vs Like | 10 Feb 2006 11:08 GMT | 4 |
Env: Oracle 9.2.0.6 (Linux 3AS) TAB1 = 2.5 M rows TAB2 = 200 rows The two SQLs are as follows
|
| connect to 7i | 10 Feb 2006 09:02 GMT | 4 |
First i have to say that i'm a newbie on oracle I have an server with oracle 7i on Unix. On my develop machine (wIndows XP) i need to install some client of oracle to access to my server.
|
| Oracle 9i PGA Memory | 10 Feb 2006 02:56 GMT | 6 |
I have an environment with Java applications with a growing number of connections that I'd like to determine: 1. If my PGA and session related values appropriate? 2. What are some best practices on changing the related values for PGA
|
| Max. Connection & Connection Time out parameters | 09 Feb 2006 21:13 GMT | 1 |
This is a basic question regarding the connections while building a connection pool on oracle 8.1.7 database on solaris 8. 1. Is there any parameter in oracle (init.ora or some where else) which dictates the maximum no. of connections that ever can be opened from a
|
| 10.2 Bug? | 09 Feb 2006 19:48 GMT | 5 |
I know ... I know ... but this seems to be worth reporting but I would like someone else to confirm it. SQL*Plus: Release 10.2.0.1.0 - Production on Wed Feb 8 09:05:54 2006 Copyright (c) 1982, 2005, Oracle. All rights reserved.
|
| Stored Procedure and Crystal reports | 09 Feb 2006 19:36 GMT | 2 |
Does any one know how/if you can use an Oracle Stored Procedure to run a Crystal Report?
|
| non-unique index enforcing pk | 09 Feb 2006 19:20 GMT | 1 |
Are there performance caveats on index access when enforcing a pk with a non-unique index? I see that a query that specifies a single pk value against such a table gets an INDEX RANGE SCAN rather than an INDEX UNIQUE SCAN. But
|
| Limited Character Join | 09 Feb 2006 19:13 GMT | 1 |
How do I join two column in two tables were I only use the first three characters in one of the tables?
|
| Web Services Implementation in Oracle 9i and Oracle 10G | 09 Feb 2006 18:28 GMT | 4 |
I have read several articles on Web Services on TechNet. It is still not clear to me: 1. If I use Oracle9i EE on HP UNIX 11, do I have everything to deploy web services. Many articles on web services mention about Oracle9i AS
|
| Oracle License | 09 Feb 2006 17:24 GMT | 2 |
I'd like to know what are the requirements of Oracle 8 and 10 (standard edition one) database licensing, specifically, 1. If we had bought a 5-user license for one site but had only 3 users at most can we install another database server on another site with 2
|
| PACKAGES DEPENDANCE | 09 Feb 2006 16:54 GMT | 2 |
I have written some PLSQL packages in ORACLE. I want to know if a PLSQL program which gives all the packages used in a package exist. Thanks. AK
|
| Strange CBO Behaviour with a Bitmap Index | 09 Feb 2006 16:31 GMT | 8 |
I have a question to ask about the behaviour of the Cost Based Optimiser in relation to Bitmap Indexes in Oracle 8i (8.1.7.4). I have a table, which I shall call REPORT_USAGE_TABLE on this user group. I have a column in this table named REPORT_POPULATED. This
|
| What means my execution plan? | 09 Feb 2006 13:58 GMT | 3 |
There is a tables: create table stat -- about 2,000,000 records and 500,000 records with finish_date is null (
|
| OUI problem | 09 Feb 2006 13:31 GMT | 6 |
I'm experiencing a (to me) weird problem while using the Oracle Universal Installer: We're installing Oracle on a AIX machine (Oracle 9.2.0.0 on AIX 5.2) The OUI works without problems.
|
| How make data transfomation faster? | 09 Feb 2006 12:22 GMT | 17 |
There is a table with about 3,000,000 recs in a month: create table Log ( User_id number(12), Date_time date,
|