| Thread | Last Post | Replies |
|
| starting and stopping Database 10g on SuSE linux 9.3 Professional | 06 May 2005 15:18 GMT | 3 |
I have installed Oracle 10g RDBMS on SuSE Linux 9.3 Professional with start / stop scripts. But I dont understand something... How do I start up the database itself? After I have runed up the Enterprise Manager from Oracle 10g, and I
|
| number format | 06 May 2005 12:21 GMT | 3 |
Can anyone please explain to me why i can't get a real number with a long string. select to_number('9999911444984599','99999999999999999999999') a from dual;
|
| brain dead FOR LOOP gotcha | 06 May 2005 12:14 GMT | 9 |
been pounding my head on my desk trying to figure out why a test script was not working -- it was just a simple loop like this one that called a stored procedure with the value returned by the for loop SQL> declare
|
| NCLOB fields and CLOB.createTemporary does not work | 06 May 2005 11:20 GMT | 5 |
I'm using Oracle 9i, using the latest thin JDBC Java driver. I'm trying to insert a NCLOB into the database. The recommended way to do this is to use CLOB.createTemporary() as you can see in the code below. This code works fine for CLOB fields, but fails with a 'ORA-12704: ...
|
| sqlplus hangs an database connect | 06 May 2005 10:36 GMT | 1 |
I'm using an Oracle 9.2 Server on a Windows 2003 Server Machine and want to connect from my Windows XP SP2 PC. Till yesterday, all worked finde. But now every program hangs on the connect to the server. SQLPLus for example asks me for the username and password and after that it ...
|
| Oracle LDAP Question | 06 May 2005 10:20 GMT | 13 |
I've been asked to install Oracle LDAP on 8i. Ok, I have no clue about where to start. I grabbed a script of Metalink and tried to compile it and received the following errors: 9/22 PLS-00201: identifier 'DBMS_LDAP.SESSION' must be declared
|
| Open cursors | 06 May 2005 09:48 GMT | 2 |
I have a situation where sql is executed from a java client to an Oracle 9.2.0.5 database. We have open cursors set at 1000 and session__cached_cursors set to 0. The java code is executed many times throughout the day. However, we are having to re-cycle our app because
|
| RMAN delete obsolete | 05 May 2005 21:48 GMT | 1 |
If I specify a recovery window of 7 days internal to rman, then perform a backup using a recovery windows of 2 days(see below). Which one will take recedence? I'm looking for a way to have the rman catalog be aware of 7 days worth
|
| curious | 05 May 2005 21:02 GMT | 10 |
my redo logs are 100m in size. how do i find the current size of redo log. in other words:
> if i do a 'alter system switch logfile' and get a 40 m archived log' |
| 'Table or view does not exist' error | 05 May 2005 20:56 GMT | 1 |
I'm using VB6, ADO, and Oracle 8.1.6, ComponentOne TrueDBGrid7 and I'm having a problem updating from a grid source... I can connect to the database, and run a SQL statement on a table i.e.: select FIELD1 from TABLE1 where COND1 = 'T'
|
| Update/Select on CHAR Column Behaves Differently In Stored Procedure | 05 May 2005 20:47 GMT | 8 |
Ok, first, let me say that I didn't design this table, so don't blame me for using CHAR when a VARCHAR2 would have worked just fine. I'm using Oracle 9.2.0.4 on Win2k3 Server. My problem is this. I have a table with CHAR(11) column
|
| Memory Problem | 05 May 2005 20:42 GMT | 3 |
How can i find out, what the used memory is used for? I already found, that i can find how many mb are used per session. But that is not enough for me. I must know, which procedure, trigger, view, ... does use which amount of memory. Is there any possibility?
|
| How to free empty_blocks | 05 May 2005 20:38 GMT | 2 |
I don't know what I am doing. I've spent hours reading the docs and "Expert One-On-One Oracle" but can't figure it out. Can someone tell me what I need to do to free up those empty_blocks? Connected to:
|
| Question regarding read consistency in Tom Kyte's Expert 10g book | 05 May 2005 19:28 GMT | 7 |
I am reading Chapter one (still beta) of Tom Kyte's new Expert 10g book (http://oracle.apress.com/), and it is really a good read. However, I have some questions about the read consistency example (page 20 - 22) - getting the total balance of accounts table (I would have
|
| Modification in code for RAC | 05 May 2005 16:09 GMT | 1 |
I am usnig ODP.Net and working on migrating my application to RAC environment. I am not sure what changes i need to make in my code to use RAC failover featuers. I have checked ODP.NET documentation but could not find a way to specify the failover (i.e. backup) server. If
|