Hi, I'm looking for suggested init files for a large data warehouse. I'm interested in knowing the parameters that are used and what the recommended settings...
Young, Alisa
alisa.young@...
Jul 3, 2002 4:19 pm
195
Hi! I am trying to print a barcode for an ID in Oracle Reports. I am using Reports 6i. We are using a Lexmark printer and we want to use CODE-128 for...
tejaharini@...
Jul 8, 2002 1:41 pm
196
Just a quick reminder - Wednesday (July 10) is the last day to submit a presentation for the upcoming VOUG Fall 2002 conference. We're not planning to extend...
Harini, Set the font for the ID in the report to that "barcode font". Check whether the font has been loaded in the printer! If not there should be...
suresh.dharmapuri@...
Jul 9, 2002 3:42 pm
198
Good day all, I have run into a situation which I need the expertise of others to answer. We have an application that sits in FoxPro 2.6 currently. We are ...
Minns, Andre
aminns@...
Jul 9, 2002 3:44 pm
199
Folks, How come I cannot access the V$ views in a procedure, while I can do the same in an anonymous block? I want to get some info (v$session and v$database )...
suresh.dharmapuri@...
Jul 9, 2002 3:45 pm
200
+ Interjection by listserv moderator: + Several helpful replies to this posting, below... ... From: "Richard Quintin" <quintinr@...> Stored procedures do...
VOUG Membership - Just a quick reminder - Today is the the last day to submit a presentation for the upcoming VOUG Fall 2002 conference. We're not planning...
We are two months away from a brand new implementation of Oracle Financials 11i. I have just been enlisted to modify the format of the check printing format...
Hello All, Is Oracle 8.1.6 With patch 8.1.6.1.3 running OK on Windows 2000 servers? Are there any problems that anyone has been experiencing? What do I need...
Frank Wen
fwen@...
Jul 12, 2002 11:58 am
204
Hi Mark, Just run the compile all option on the menu under file.... -- Buff Emslie The Primary Key "Database books from Database People" ...
Buff Emslie
be@...
Jul 12, 2002 12:01 pm
205
You should be alright with 8.1.6 on win2000.I'm using 8.1.7 on Win2000 w/ SP2 and it is a very stable environment. Our 24/7 OLTP databases have been going with...
Michael Robison
mrrobison@...
Jul 15, 2002 2:36 pm
206
Some barcodes are not strictly "fonts"...they also include calculated checksums. I don't recall if 128 is a straight "font" or not. One other option is to use...
Dr. Robert Young
rcyoung@...
Jul 15, 2002 2:37 pm
207
I had no particular problem with that combination, but I'm wondering why 8.1.6 instead of 8.1.7? 8.1.7.3 is stable and supported by Oracle, while 8.1.6 is...
John Flack
johnf@...
Jul 15, 2002 2:39 pm
208
Does Oracle 9i automatically use an index I create for a table or do I have to explicitly tell it to use my index in the "CREATE TABLE..." command?...
Rebecca Saxon
ras@...
Jul 15, 2002 2:41 pm
209
HI all, Here is my issue, on table_1 I have column_names a, b, c. a, b, c have either Y or " " for values. I want to insert into table_2 the value A for a if...
Jenkins, Jeremiah
jeremiah.jenkins@...
Jul 15, 2002 2:43 pm
210
The index is automatically used, if appropriate. You might need to analyze the relevant tables before Oracle will use the index....
David Medinets
medined@...
Jul 17, 2002 1:39 pm
211
indexes are automatically created for Primary Key and Unique constraints (unless the constraint is created DISABLED, in which case the associated index is...
Mark C. Stock
mcstock@...
Jul 17, 2002 1:40 pm
212
Hi! Thanks for all the responses I got so far. The printer I am using is Lexmark 239 plus. This printer comes with the preinstalled barcode fonts. But the...
tejaharini@...
Jul 17, 2002 1:40 pm
213
+ Interjection by listserv moderator: + Many helpful replies to this posting, below... ... From: John Flack <johnf@...> First of all, I recommend that if...
Thanks all for your info. However, I think I have to stay with 8.1.6 because I need to load the production data to this db monthly and the prod db is 8.1.6. I...
Frank Wen
fwen@...
Jul 17, 2002 1:43 pm
215
Hi all, I have lookup table xyz that looks like this name ssn option1 option2 option3 option4 option5 When I loaded the data from a flat file I gave the...
Jenkins, Jeremiah
jeremiah.jenkins@...
Jul 17, 2002 1:47 pm
216
I'm having some difficulty trying to get a client (sqlplus) to connect to a server through a firewall. The firewall resides on the client's side, and I need to...
Hi All, First time on the board. I could use a little help. I am trying to run an exp parameter file (moving tablespaces) and imp port it into another Oracle...
Prescribed@...
Jul 17, 2002 1:48 pm
218
VOUG Membership - User groups traditionally have a selection committee that determines which presentations will be given at their conferences. We here at VOUG...
VOUG Membership - If you find yourself with a spare minute or two today, log into our online voting application and let us know what you think of the Fall...
+ Interjection by listserv moderator: + My apologies to the group, I've had difficulty + finding the time to process all the VOUGlist + mail messages these...
+ Interjection by listserv moderator: + Several helpful replies to this posting, below... ... From: John Flack <johnf@...> Oracle has a white paper on...
Folks, I have a request to create some views that I can assign to a role, which restricts the user to only seeing specific data in a table. They have been ...