Enter your vote today! A new poll has been created for the VOUGlist group: "VOUG" has always been the acronym for "Virginia Oracle User's Group". Since many...
VOUGlist@yahoogroups....
Mar 1, 2005 3:44 pm
669
Enter your vote today! A new poll has been created for the VOUGlist group: "VOUG" has always been the acronym for "Virginia Oracle User's Group". Since many...
VOUGlist@yahoogroups....
Mar 1, 2005 3:47 pm
670
VOUG Membership - "VOUG" has always been the acronym for "Virginia Oracle User's Group". Since many of our members come from all over the world, would it be...
Unless you need it right now/today, I pretty much order all my tech books from www.bookpool.com. I have found them to be very reliable, and they nearly always...
Willis-Ford, Carl
carl_willis-ford@...
Mar 1, 2005 4:54 pm
673
Readme DOC Discount Computer Books Inc 280 Cedar Ln Se Vienna, VA 22180-6613 Phone: (703) 645-8010 http://readmedoc.com/ If they don't have it, you probably...
Bill Messick
bill.messick@...
Mar 1, 2005 4:55 pm
674
Our company is currently evaluating various financial budgeting and planning systems (such as Cognos) to integrate with Oracle Applications. I would like to...
The book store that I always like to go to is Reiter's, in DC (www.reiters.com). There used to be an excellent computer book store in the Tyson's Corner area,...
guygilstra@...
Mar 1, 2005 7:31 pm
676
Greetings: The place in Tysons was closed about 3 years ago. Microcenter near Vienna has a fair selection as does Barnes & Nobel in Fair Lakes and Borders in...
I would suggest to check half.com and ebay.com before buying anywhere else. Sometimes there could be savings up to 90%. Thanks, -Sree. ... From: jlg...
Mure, Sreekmar
sreekmar.mure@...
Mar 6, 2005 1:52 pm
678
I'm just getting back into using Oracle. When I used it before we had to generate a unique ID by using another table, having a row for our table, getting the...
You typically assign a value using a SEQUENCE object, often in a BEFORE ROW trigger: SQL> create table tasks ( 2 id number constraint tasks$pk primary key...
Mark C. Stock
mcstock@...
Mar 8, 2005 3:47 pm
680
As a follow-up to last week's poll, I thought I'd share the results with the group. These results are the combination of the online poll and email responses...
Go to www.computerbooksdirect.com. The first 3 books are 2.99 each and the rest are very cheap or reasonable. I get mailings every month which provide sales...
Phillip Small
psmall57@...
Mar 10, 2005 9:49 pm
683
Hiya All, Is it possible to change a Global Database Name after the database has been created? I am literally playing with a 10g database on a Windows PC, so...
Larry Blankenship
lblankenship@...
Mar 11, 2005 9:18 pm
684
Sure, one simple SQL statement: ALTER DATABASE RENAME GLOBAL_NAME TO <new name>; However, once the global name is a non-null value, it can't be set back to...
Brett Ogletree
bretto97@...
Mar 14, 2005 6:27 pm
685
I am using a tool called Reflection X to connect to the database server. I have edited the Xhosts files in all directories with the proper host name listed by...
Phillip Small
psmall57@...
Mar 17, 2005 4:54 pm
686
Hi, I have a question in Designer. I am using Oracle 9 Designer and generating the web pages using web pl/sql language. After I generate the page, my screen...
You can put a split prompt character in the prompt, either in the table definition, to set the default prompt whenever the field appears in a module, or in the...
How do you start the HTTP Listener or configure your runtime preferences to run the forms or eliminate the HTTP Listener error? The server is a Sun OS and am...
Phillip Small
psmall57@...
Mar 22, 2005 8:20 pm
689
Hiya All, I want to thank everyone who helped me with my Global Database Name question! I have now successfully installed the Oracle 10g software on a Windows ...
Larry Blankenship
lblankenship@...
Mar 25, 2005 6:26 pm
690
Hi All, We are on 11.5.9 In the approval notification, both the Approve and Reject button are displayed as links instead of buttons. The remaining two buttons ...
The first meeting of the Greater Richmond Oracle Users Group is schedule for Wed, Apr 20 2005 06:30 PM Markel Building 4501 Highwoods Parkway Glenn Allen VA,...
Mark C. Stock
mcstock@...
Mar 30, 2005 12:36 pm
692
I am not trying to do an update of one record that lies in many tables. However, when I write a simple select to view the file before doing the update, I get...
P
psmall57@...
Apr 12, 2005 9:41 pm
693
+ Interjection by listserv moderator: + Several helpful replies to this posting, below... ... From: Brett Ogletree <bretto97@...> Are you sure you are...
I've got an associate in Phili looking for feedback from anyone who's using 10g in a data warehousing environment before he migrates from 9i. Anyone got any...
Mark C. Stock
mcstock@...
Apr 15, 2005 7:30 pm
695
I am getting a couple of errors that really do not tell me the actual error. ora-01733 : virtual column not allowed here Also a statement ignored error but...
P
psmall57@...
Apr 15, 2005 7:31 pm
696
Hello, I am writing a stored procedure that will update 38 some odd tables. However, my question is are substrings allowed in update statements in a...
P
psmall57@...
Apr 15, 2005 7:32 pm
697
I am working on a Oracle 10G database on Sun platform and am trying to write a procedure that will have 2 parameters to update tables but I want to substring...