If anyone has experience on source control software and how to automatically keep the integrity of the code, please post your solutions or e-mail me direct....
Does anyone out there have experience using SQL*Loader to load data from a flat (text) file to a DB2 database table using the Oracle DB2 Gateway? If so, can...
Fred.M.Ridgway@...
May 16, 2003 2:42 pm
445
A serious security flaw in the Oracle RDBMS affecting versions 7.3.x through 9i Release 2 has been identified. Information has been released under Oracle...
Steve Long
slong@...
May 16, 2003 2:54 pm
446
Hi, I have a question regarding this. I know that the documentation says that you can't jump a major revision when importing. In my case the database is so...
Prescribed@...
May 16, 2003 3:10 pm
447
Hello, the below script is what I am trying to run to create a table populating it with data from another database table on a different server. Does anyone...
Phillip Small
psmall57@...
May 17, 2003 1:26 am
448
This buffer overflow error is very common across all the software products & hackers use that area to play his/her own code. There is a good description @ ...
Agarwala, Rajib
rajib_agarwala@...
May 17, 2003 1:26 am
449
Hello, I'm getting "ORA-0020 MAXIMUM NUMBER OF PROCESSES (200) EXCEEDED" after a few days of a database running. My environment - Windows 2000 running Oracle...
Joe Jankowski
jankowski@...
May 17, 2003 1:26 am
450
+ Interjection by listserv moderator: + Several helpful replies to this posting, below... ... From: "Joseph F. Cross" <jcross@...> I suggest...
Have you considered ClearCase? It's available for both Windows and Unix, depending on where you want to store your source. It allows multiple projects to be...
Melissa Reed
MReed@...
May 17, 2003 1:26 am
452
Phillip, What you are tryuing to do is possible and I have done it many times. What you need to do is test your dblink to make sure it is working first. I...
Anderson, Dennis H.
dhanderson@...
May 19, 2003 8:57 pm
453
Hi All, I'm writing a procedure to load a table from several other tables. Each table has some millions of records. In my procedure I'm using two queries: One>...
Tarun Sharma
Sharma_Tarun@...
May 20, 2003 1:57 pm
454
+ Interjection by listserv moderator: + Some helpful replies to this posting, below... ... From: "John Flack" <johnf@...> Dennis - You've got that right...
Tarun, Try this. Steve ... CURSOR lilly_worker1_cur(p_load_date DATE) IS SELECT a.pernr global_id ,max(a.aedtm) create_date ,b.user_id user_id ,max(a.begda)...
Steve Long
slong@...
May 21, 2003 7:22 pm
456
Hello, I am assigned to install Oracle 9i release 3 database server on RedHat Linux 7.3. Anyone who has an eperience with this? Where can I find installation...
M A
mafework123@...
May 22, 2003 4:36 pm
457
Hi M. A,, For all documentation go to site tahiti.oracle.com If it asks for login and password. Enter your OTN account login and password. Regards Tarun "M A"...
Tarun Sharma
Sharma_Tarun@...
May 24, 2003 3:22 am
458
First of all, I am assuming that you either mean 9i Release 2 - this is the latest release, or 8i Release 3 (aka 8.1.7). Oracle 9i release 3 isn't out yet (in...
John Flack
johnf@...
May 24, 2003 3:22 am
459
All, I'm working on an interesting problem. I have a query that refreshed a materialized view that ran in 30 to 45 minutes in 8i, but in 9i creates a large...
Dan Herrup
dherrup@...
May 28, 2003 2:31 pm
460
Enter your vote today! A new poll has been created for the VOUGlist group: If VOUG holds a two-day conference in Richmond this Fall, please select the ...
VOUGlist@yahoogroups....
Jun 5, 2003 12:57 pm
461
Enter your vote today! A new poll has been created for the VOUGlist group: Given that a two-day VOUG conference generally costs around $225 (plus travel and...
VOUGlist@yahoogroups....
Jun 5, 2003 12:58 pm
462
VOUG Membership - You've just received a couple messages regarding polls that have been created about our annual Fall conference. We've had a conference now...
i would like to ask if i can define a variable in the registry and use it in my forms. For example if i want to define registry variable caled my_path and save...
Yes, you can reference registry keys from forms. Use the built-in TOOL_ENV.GETVAR procedure. This lets you reference values of Oracle keys in the registry....
I am assuming that you need to access the registry variable from your Oracle Forms code, If so then you can Microsoft Windows Standard APIs to access registry ...
Ihtesham Uddin
ihtesham_u@...
Jun 16, 2003 2:35 pm
466
Hi All, I'm upgrading oracle client from 8.0.x to 9.0.1 is there any issue or any impact of this activity. Thanks and Regards Tarun...
Tarun Sharma
Sharma_Tarun@...
Jun 16, 2003 2:39 pm
467
VOUG Membership - As a follow-up to the poll we conducted over the last few weeks, below are the results as tabulated by Yahoo. These don't include the many...
After upgrading I cannot connect to a 7.3.4(hopefully going away next year) database with OEM or SQLPlus. Terry W. Copeland Database/Application Specialist ...
Terry Copeland
tcopeland@...
Jun 16, 2003 8:38 pm
469
Tarun, Hi. Other than Oracle moving the buttons around, making things a little more confusing and setting up the connection test for scott/tiger - an account...
Allen Shepard
ashepard@...
Jun 16, 2003 8:39 pm
470
oracle 7 is sql*net version 2, from 8 on up it is called net8... play with the trailing "." in your domain spec in your sql*net.ora or net8.ora.... ... From:...
ken kline
ken@...
Jun 17, 2003 2:07 am
471
I need help with the following query that I am trying to tweak the output on: select ety_entity, ety_name, prj_description, prj_off_office, prj_project_num, ...
Phillip Small
psmall57@...
Jun 24, 2003 6:17 pm
472
Phillip, I can't spend time at this point analyzing your query and table structure to determine exactly what you need, but just taking a brief look at the...