| Thread | Last Post | Replies |
|
| oracle universal installer problem with ODBC driver | 21 Mar 2006 23:19 GMT | 1 |
I am trying to install oracle ODBC driver in Windows xp. After download the driver which is a .exe file packing some directries and files in it, I was told in order to install it I have to have oracle universal installer installed (It's said that this universal installer actually
|
| deducing ranges in SQL | 21 Mar 2006 22:40 GMT | 2 |
Oracle 9.2.0.6 in AIX I am trying to find ranges and where the range ends for each d_no: The increment of val is one My example is:
|
| Tables created to hold temporay data. Good or Bad? | 21 Mar 2006 22:30 GMT | 3 |
Hi Faculties, I ve a database which is normalised. But there are lot of tables which are created just to hold temporary data. These tables are used mainly by PL/SQL procedures and sometimes used directly in the front end
|
| how is multi user concurrent READ enabled with oracle | 21 Mar 2006 19:54 GMT | 6 |
Hi I wanted to ask what product features and optimizations have been built in Oracle to accomodate multi-user concurrent READ against the database (setting aside the row level locking and dirty READ avoidance) Thank you,
|
| Query.. | 21 Mar 2006 17:45 GMT | 4 |
I have a table with columns: Name, english, french, spanish, german values (eg) John, 20, 20, 30, 30
|
| get the sql producing lock | 21 Mar 2006 17:03 GMT | 9 |
Is there a simple way to get the sql statement which locked the object in a transaction? Thanks. wy.
|
| In-doubt Transactions? | 21 Mar 2006 15:45 GMT | 2 |
I've never heard of an in-doubt transaction until today. What is it? And why are they not resolved after the database is bounced?? Thanks.
|
| Performance Issues on Insert Statement to Remote Table | 21 Mar 2006 10:38 GMT | 6 |
I am noticing big differences in performance between a select sql statement on a remote database in Oracle versus an insert sql statement on a remote database. The select statement on a remote database takes about 5 minutes to
|
| JDeveloper deploy to Tomcat - request help | 21 Mar 2006 08:22 GMT | 1 |
Using JDeveloper 10g 10.1.3.0.4 with Apache Tomcat/5.5.7 I'm unable to get any app I produce with JDeveloper to start in Tomcat. I get a message stating: FAIL - Application at context path /myapp could not be started
|
| indexing issue, need alternate solution to improve the query performance | 21 Mar 2006 04:08 GMT | 10 |
i am facing a scenario like this, i am having a table having around 1 million rows, and 15 columns. This is the logging table, mostly insertion only happens. the query we use from front end uses almost any one or two of the 10
|
| indexing issue, need alternate solution to improve the query performance | 21 Mar 2006 03:53 GMT | 4 |
i am facing a scenario like this, i am having a table having around 1 million rows, and 15 columns. This is the logging table, mostly insertion only happens. the query we use from front end uses almost any one or two of the 10
|
| Oracle RAC Supported Storage | 21 Mar 2006 01:48 GMT | 1 |
All: I am trying to verify the storage platforms, technologies and vendors certified to support Oracle RAC, but have not been able to find this information on Oracle's website.
|
| Need a Web Host? | 21 Mar 2006 00:14 GMT | 4 |
If you are in the market for a new web host, come visit the best new site around, BetaHosts. BetaHosts provides a unique service, it rates the top web site host companies in 10 different categories so you can find the best web host
|
| error in writing to directory | 20 Mar 2006 23:04 GMT | 2 |
i've got a problem when i try to install oracle under windows server 2003. when i launch oracle universal installer i've got a message : 'error in writing to directory c:\..... please ensure that this directory is writable and has atleast 32 MB of disk space.'
|
| Error at Group By clause | 20 Mar 2006 20:13 GMT | 4 |
I have the following sql query. SELECT A.PROD_NUM, B.ITEM_LEVEL, B.PURCHS_DATE, SUM(DECODE(C.ITEM,'H',1,0))HOT,
|