Search the web
Sign In
New User? Sign Up
VOUGlist · Virginia Oracle User's Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 115 - 144 of 923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
115
Currently I am installing Form Server 6i on Windows 2000 Server (hardware: HP-7935 Athlon 1.2GHz, single processor), my oracle 9i database currently installed...
Ruel Rodriguez
ruel_rodriguez@...
Send Email
May 8, 2002
1:15 pm
116
I am considering storing images as BLOBs in the Oracle 9i database. Has anyone opted not to store images in a database, and if so, why? I'm sort of looking...
Rebecca Saxon
ras@...
Send Email
May 8, 2002
1:17 pm
117
We store images in 7.x as long raws (haven't upgrade to 8 or 9 on our server yet) but when we move up we will put them in as BLOBs. We could have stored them...
Salley, Thomas
thomas.salley@...
Send Email
May 9, 2002
5:58 pm
118
The whole Oracle 9ias portal system is stored in a Oracle Database, this includes the images. If they are doing, you can do it also. ... From: Rebecca Saxon...
Hatch, James R
james.hatch@...
Send Email
May 9, 2002
5:59 pm
119
Greetings, I work with Oracle Portal and have downloaded Ken Atkins power point presentation on Advanced Development Techniques for Oracle Portal Components...
Judy Husted
husted@...
Send Email
May 9, 2002
9:31 pm
120
Hi All, Does anyone know of any advantages of using Windows 2000 Advanced Server as opposed to Win 2000 Server with the enterprise edition of Oracle 8.1.7? I...
Rohan Abeyesundere
rabeyesundere@...
Send Email
May 10, 2002
6:45 pm
121
I wouldn't use either - I'd use Linux. :^) Seriously, I've found the stability and ease of management of Linux better, particularly when trying to administer...
John Flack
johnf@...
Send Email
May 13, 2002
7:38 pm
122
Judy, what you are seeing is due to a bug oracle introduced in the later versions of Portal (i think its a bug anyway, they might call it a "design feature")....
Mike Sidoti
mmsidoti@...
Send Email
May 14, 2002
3:05 pm
123
I know that the Oracle cluster (Fail Safe) is available only for W2K Advanced Server. ... From: "John Flack" <johnf@...> To: <VOUGlist@yahoogroups.com> ...
Juliano Bomfim
jdba@...
Send Email
May 14, 2002
3:08 pm
124
+ Interjection by listserv moderator: + For the record, I got a couple more colorful replies to + this thread that I didn't post... This one was good though. ...
Steve Long
slong@...
Send Email
May 14, 2002
3:13 pm
125
Win2000 Advanced Server doesn't have too many advantages beyond the max RAM. It allows more processors to be used, I believe the max is 8 It also allows...
Michael Robison
mrrobison@...
Send Email
May 14, 2002
4:09 pm
126
In years past, I've always used the pseudo-column, USER, to include the username of the currently connected user in my queries. Particularly, I often have...
John Flack
johnf@...
Send Email
May 14, 2002
5:00 pm
127
Hi All, I have an instance (one of three) on Oracle 8.1.7 (on NT 4.0) that hangs every so often. The frequency of the problem is not predictable. If the user...
Rohan Abeyesundere
rabeyesundere@...
Send Email
May 15, 2002
6:51 pm
128
Hi, I made a database link in a test environment linking it to a production environment. In the production environment I've limited rights on accessing tables....
pkremernl
Offline Send Email
May 15, 2002
6:52 pm
129
Take a peek at your listener.log to see what entries might be present for "time" of hang. Could be a memory issue. What's mem usgae of your Oracle.Exe at time...
O'Neill, Sean
sean.oneill@...
Send Email
May 16, 2002
12:52 pm
130
The only difference is between advanced server and server is the ability to use Windows Clustering in addition to the memory support. If you're going to...
Freyer, David
dfreyer@...
Send Email
May 16, 2002
1:10 pm
131
VOUG Membership - I'd like to pass on the word about a local Oracle training opportunity that we will be offering in a couple of weeks. This is a one-day...
Virginia Oracle User'...
vouglist
Offline Send Email
May 16, 2002
4:16 pm
132
Rohan, Shut down and restart your instance. From a fresh restart, check the amount of free memory on the NT box. Let the server run for several days, then...
Joseph F. Cross
jcross@...
Send Email
May 16, 2002
6:45 pm
133
Sounds like NT is waiting for a reply but not getting it for 45 minutes....
Simon Gorton
simongorton@...
Send Email
May 16, 2002
6:45 pm
134
Help Please.... Would like to access data tables in two different databases using VB6. I think we can do it with Database links... Any other solution would be...
Daniel Drapeau
daniel.drapeau@...
Send Email
May 16, 2002
9:22 pm
135
Several different methods are possible just by using different connection strings. For example, you can create two ADO data controls and define different...
Eric Anderson
enanderson@...
Send Email
May 17, 2002
11:41 am
136
Daniel, When choosing between using multiple ADO connections and using Oracle DB Links, consider how you will need to manage transactions. If your application...
Mark C. Stock
mcstock@...
Send Email
May 17, 2002
1:39 pm
137
Here is some sample VB code Attribute VB_Name = "Module1" Option Explicit Type Report RptName As String RptUser As String End Type Dim Rpt(13) As Report Dim...
Hatch, James R
james.hatch@...
Send Email
May 17, 2002
1:40 pm
138
Rohan, There was a "memory Leak" problem that I saw on the Metalink site relating to this. Since then the patch level for 817 went up to 8.1.7.3.0 I think and...
bbuker@...
Send Email
May 20, 2002
2:38 pm
139
Agreed. Our A/R software has the database engine version number hardcoded into it. If it doesn't see a process running with the version number it expects it...
John Eisenschmidt
johns_spam_a...
Offline Send Email
May 20, 2002
9:08 pm
140
What problem with lsnrctl? We're on OpenVMS. Thanks. Sally J. Moredock Information Services Martha Jefferson Hospital 804-982-7078 "John Eisenschmidt"...
sally.moredock@...
Send Email
May 28, 2002
2:35 pm
141
Hi, Does anyone know how to pass a variable from a Unix shell script to a SQL Loader control file? I am attempting to load the source file name into a column...
Scott, Ian (KAM.RHQ)
ian.scott@...
Send Email
May 28, 2002
5:47 pm
142
+ Interjection by listserv moderator: + Several helpful replies to this postings, below... ... From: John Flack <johnf@...> Date: Tue May 28, 2002 3:20pm ...
Virginia Oracle User'...
vouglist
Offline Send Email
May 28, 2002
8:47 pm
143
Hi, I have a stored procedure, originally written for Oracle 7, that I am trying to access with Oracle 9i/OCCI parameterized Statement call. This proc has...
Taormina Sharon A CON...
taorminasa@...
Send Email
May 28, 2002
8:51 pm
144
Simple question... Can I develop a client on Oracle 9i and distribute it to run on Oracle 8.1.7? In other words, can Oracle 8.1.7 work with objects and data...
Rebecca Saxon
ras@...
Send Email
May 28, 2002
8:52 pm
Messages 115 - 144 of 923   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help