| Thread | Last Post | Replies |
|
| A little help debugging this procedure, please | 28 Aug 2005 19:12 GMT | 4 |
I'm not quite getting it. It compiles with errors, and won't run. It contains nested cursors, with the inner one (cursor2) using values from the outer one (cursor1). Probably the cursor2 should be declared outside the first FOR...LOOP?
|
| large table optimizer suggestions | 28 Aug 2005 18:36 GMT | 6 |
I have a table with 4e9 rows, size about 80 bytes/row, partitioned by time slices (daily), each slice containing about 10e6 rows. One column has a local bitmap index. There are typically 10-1000 rows matching a given column value in each partition.
|
| Developer needs | 28 Aug 2005 14:11 GMT | 2 |
I really only need the bare minimum - but I need to find out what that is. I'm creating a couple of apps (VB/Windows) that can hit databases - but I'd like them to be able to hit Oracle DBs, but I don't have the slightest idea on what the minimum stuff I need - - like drivers - a ...
|
| Script for performing clean shutdown before windows shutdown | 27 Aug 2005 23:13 GMT | 15 |
I need a script to perform a clean oracle shutdown every time that windows going to shutdown.I need this to be sure that there wont be any instance recovery every time I startup the oracle(Mostly I fear from header inconsistency and ...).
|
| Design/Recovery Questions on Two-Phase Commit (2PC) Protocol | 27 Aug 2005 13:48 GMT | 7 |
I have a few questions about the two-phase commit protocol in action - specifically, design help/pointers for how to respond to failure. If you have any URLs with relevant design/technical help, they'd also be appreciated...
|
| Oracle 9.2 on Solaris. | 27 Aug 2005 01:08 GMT | 6 |
I am about to waste an entire weekend going through kernel parameters with a fine toothcombe, Solaris patch levels, reinstalling Oracle 9.2 on a Blade 1000 with 2Gb RAM running Solaris 2.8, etc, etc. However before I do this can anyone tell me why the following occurs?
|
| Increase tablespace size | 26 Aug 2005 23:24 GMT | 4 |
I need to increase the tablespace size for SYSTEM/TEMP and user defined tablesspaces. I have 2 options 1) Adding one more datafile to tablespace with ALTER TABLESPACE command 2) Increasing size of existing database file size with ALTER DATABASE
|
| Help! 9i hosed! | 26 Aug 2005 19:14 GMT | 19 |
Get lots of crazy erros on server reboot. Running 9.0.2, this is a backend for a mission critical spatial database. Unfortunately, there is no budget for a bona fide DBMS admin.... I'm kinda desparate here, we have rough backups of the raw data, but
|
| Oracle Database Performance Problem | 26 Aug 2005 17:07 GMT | 3 |
My Oracle database version is 9.2.0.1.0 on windows 2003 server. I am facing performance issue when user logs in to the application or any write operation in oracle database. The avg disc queue write length on windows server goes very high and it takes few minutes to login into
|
| ssh tunnel | 26 Aug 2005 14:17 GMT | 4 |
I'm playing around with tunneling sqlnet over ssh. I set up a tunnel on the client that forwards port 9521 to 1521 on the database server and can connect to the listener on local port 9521. I also know that once the connection is established by the listener, the connection gets
|
| Undo Management | 26 Aug 2005 13:09 GMT | 6 |
I did most of my work on Oracle 8i using rollback segments. I just took a new job where they didn't have a DBA before and are using Oracle 9i and 10g. They have Undo tablespaces instead of rollback segments. Does undo tablespaces work like rollback segements? Can someone point
|
| enable query rewrite fails | 26 Aug 2005 11:29 GMT | 7 |
I'm trying to create a materialized view with with query rewrite but this fails. (Oracle 9.2, enterprise edition) CREATE MATERIALIZED VIEW my_matview ENABLE QUERY REWRITE
|
| ORA 12560 | 26 Aug 2005 10:40 GMT | 13 |
I currently confused. My test database (9.2.0.1 on XP-PRO) stopped suddenly running with ORA12560. I tried to create a new database, but this did not help. Same error during the installation.
|
| Foreign Key to table in other schema? | 26 Aug 2005 10:38 GMT | 7 |
I've checked the docs, but the only limitation I can find about FKs is related to clustering. From the SQL Syntax doc, I figured the below should be possible: alter table scott.child
|
| Program size is 12MB after linking the Oracle Pro*C libraries | 26 Aug 2005 07:37 GMT | 1 |
I am currently working on a program on AIX. Before, I include the Pro*C libraries, the size of my program is only about 100KB. However, after I include database access codes, the program grew to 12MB.
|