| Thread | Last Post | Replies |
|
| resizing redo | 22 Sep 2005 19:22 GMT | 1 |
A weird thought...Am trying to resize the redolog file using following..i know it doest not happen..then only way is to drop and recreate the group member..but why am i gettin that error about nonexistent log file...just wanna know under the hood
|
| ORA-01722: invalid number | 22 Sep 2005 18:54 GMT | 2 |
HELP! Okay, I am doing a simple update statement in which I take a decimal field and multiply it by an integer field to populate into a decimal field. Here is my example: update tts_hlpdsktkt_acq_quotelines
|
| Multilanguage and russian language | 22 Sep 2005 13:08 GMT | 2 |
Enybody know whot I must change in Oracle Reports or in register Because I must print from Oracle Reposrt in russian language!!!! Thanks!
|
| Windows 2000 Command Line Testing of Oracle System DSN | 22 Sep 2005 11:02 GMT | 3 |
I am currently configuring a server with over 200 "Oracle in OraHome92" System DSNs. As you can imagine this is a long and loborious process so to alleviate that as far as possible I have created a dos batch file which uses the
|
| id <> '2' | 22 Sep 2005 01:43 GMT | 8 |
I have a field defined as follows: id integer This field normally has some value in it 1,2,3,4, but it can be null. For example, say I have 10 records, and 5 records have values
|
| how to aggregate values from different rows but same user | 22 Sep 2005 01:41 GMT | 1 |
we have a table of usage date_time in_out user 9/1/05 13:22 in joe 9/1/05 13:21 in sue
|
| easiest way to copy one DB to another? | 21 Sep 2005 21:11 GMT | 7 |
I have two ora 9.2 DBs, and simply want to copy one to another. The 2nd DB doesn't necessarily have all the same views and such, but I'd like to just force it to be an exact copy, if possible. I do have SYS login capabiltieis on target DB.
|
| Oracle Text, wildcards AND escape characters help | 21 Sep 2005 21:06 GMT | 7 |
Here is what im trying to do, the SQL statement looks like this.. select count(projectid) from project where contains(objectives, 'agent', 1) >0; COUNT(PROJECTID)
|
| How Does Oracle Do This? | 21 Sep 2005 18:57 GMT | 3 |
SQL*Plus: Release 10.1.0.4.0 - Production on Mon Sep 12 18:09:39 2005 Copyright (c) 1982, 2005, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
|
| Symbol resolution failed for /tools/oracle/ora817/lib/libclntsh.a(shr.o) | 21 Sep 2005 18:01 GMT | 1 |
I got an error message when updating my program from AIX 5.1 to AIX 5.3. It uses Oracle 8.1.7. The following error message appears: ----------------------------------------------------------------------------
|
| Development Server Specs | 21 Sep 2005 17:32 GMT | 2 |
I am going to be doing some development work on Oracle in a few weeks, and I was wondering what the feelings are regarding the minimum server spec for running Oracle Versions 9i and Oracle 10g, where both are the bog standard version of Oracle (no enterprise, web enablement etc etc) ...
|
| How to accessing columns of a query-result by index | 21 Sep 2005 16:27 GMT | 5 |
In PL/SQL, I want to access the columns of my resultset by index. I'm dreaming of something like this: for rec_data in cursor (select * from postal_address) loop -- examining the structure of the resultset:
|
| "Embed" command files inside queries? | 21 Sep 2005 15:40 GMT | 2 |
Hello, I've just started using Oracle and I'm using the command line client SQL*Plus to teach myself basic SQL. As you know, you can write command files containing queries that you can execute by performing:
|
| Newbie question: select row in a table that not exist in other table. | 21 Sep 2005 14:18 GMT | 2 |
1) select GPRS_CO_MSISDN from GPRS_SERVICIO_GPRS where NOT EXISTS (select 1 from SAPN_SERVICIO_APN
|
| Data Pump slower than equivalent Export ?!? | 21 Sep 2005 11:35 GMT | 16 |
Oracle 10.1.0.4 EE on RHEL 3 Oracle claim that Data Pump is a considerably faster method of loading and unloading data to/from the database. However my first 'play' with the tool shows the opposite:
|