The change in versions might affect how your applications work, they use different libraries, etc on the client side. I would test out how your apps work...
Michael Robison
mrrobison@...
Aug 4, 2003 1:36 pm
493
I just learned something that was (to me) very unexpected, and I'd like to share it with you. We are in the process of taking over a Portal instance (v....
Hi Folks! I have some problem while installing the Oracle9i Databse server on MAC OS X system. Database has been installed perfectly, the problem I'm getting...
Hariom K. Verma
hariomkverma@...
Aug 6, 2003 9:00 pm
495
You don't necessarily have to upgrade the client. I have several client versions connecting to 9i databases. The the version 7 clients are the only ones I'm...
Brett Ogletree
bretto97@...
Aug 6, 2003 9:00 pm
496
HI, I thought I had my backups in order till Monday morning(Aug,4th). We have an imaging server on a Compaq Prolient server with two drive cages running MS SQL...
Allen Shepard
ashepard@...
Aug 6, 2003 9:00 pm
497
Presizing the files to a "max" value + growth room before they are filled with tables and data is almost always a time saver. Many systems extend a file by a...
Dr. Robert Young
rcyoung@...
Aug 11, 2003 2:54 pm
498
+ Interjection by listserv moderator: + Multiple replies to this posting, below... ... From: "Mark C. Stock" <mcstock@...> As a broad principle, most...
Under the category of "I don't know why it does that, must be a bug": For too long I've put up with SQL*Plus on windows randomly dropping characters on wide...
We're trying to install a working well-tested application that runs on 8.1.7 in a 9.2 database. Everything imports and compiles properly, but some of the...
John Flack
johnf@...
Aug 14, 2003 2:20 pm
501
Mark, This is incredibly useful. Thanks for sharing. Munit...
M A
mafework123@...
Aug 14, 2003 2:20 pm
502
I did a presentation for MAOP on combining html and sql. If anybody wants the presentation email me. I really enjoyed it. Orest Roman Swystun email address -...
When we've gotten this sort of error on our Unix and Linux systems, it has usually meant that one or more of the kernal parameters is not set to Oracle's...
John Flack
johnf@...
Aug 14, 2003 2:20 pm
504
I am trying to test loading an image into a table as the BLOB datatype. I first ran the statement " create or replace directory images as 'c:\images';" and...
Saxon, Rebecca A
rebecca.a.saxon@...
Aug 22, 2003 12:47 pm
505
Hi Rebecca, The problem is that oracle doesn't know that file exists at 'c:\images'. There's a parameter in init.ora file called 'utl_file_dir' set...
Tarun Sharma
Sharma_Tarun@...
Aug 25, 2003 6:25 pm
506
Greetings: This may be simple minded and may or may not be your problem (*I* did make this mistake once, though ;-) ). Is "C:\images" on your server? I once...
Hi, I want to save an OS file (such as excel, word) into an Oracle database and load it from databse back to the OS . What is the best way, and how can I do...
Yrd. DoƧ. Dr. Kem...
kturhan@...
Aug 28, 2003 12:53 pm
508
A lot depends on how this activity fits into your overall application design, but here are three possibilities: 1. Use Oracle Internet File System (IFS)....
John Flack
johnf@...
Aug 28, 2003 8:54 pm
509
You can also use a Bfile column in your table, which let you manage your files externally (pointers). Doing that preserves double usage of disk space. ...
Hi everyone, I'm having some problems understanding how the uifont.ali file works, so i can print reports on PDF format using a barcode font. I'm using Red Hat...
I ran across this basically undocumented feature and thought I would pass it on: Queries like select emp.empno. dept.dname from emp, dept where emp.deptno =...
Mark C. Stock
mcstock@...
Sep 11, 2003 1:26 am
512
Anybody using XSQL or any other tools to generate PDF files for web-based applications? I'm looking for a way to programmatically generated multi-page PDF...
Mark C. Stock
mcstock@...
Sep 11, 2003 1:28 am
513
Take a look at a java-PDF library called iText, http://www.lowagie.com/iText/. I use it for reports in web application. Erica ...
I have a method using PL/SQL utl_file to write out to a file. I am using this to produce PDF reports with FinApps 11i. ...
Kevin Budziszewski
KevinBud@...
Sep 12, 2003 12:19 pm
515
Hello all, Does anyone know if it's possible to define a materialized view log on a table that's an xml type table? Thanks, Dan Dan Herrup Oracle Certified...
Dan Herrup
dherrup@...
Sep 15, 2003 12:04 pm
516
VOUG Membership - You may have heard that we've decided to hold off on having a conference this Fall (see the VOUG website for more info on that). However,...
Anybody using oracle 9i-2 on redhat enterprise linux- AS 2.1 (kernel 2.4.9-e.3, glibc 2.2.4-26) in your production system? If yes, are you using intel X86...
Agarwala, Rajib
rajib_agarwala@...
Sep 17, 2003 1:07 pm
518
I have a situation where I need to copy (not necessarily replicate, although that is an option) data from one database to another on a regular basis. The...
+ Interjection by listserv moderator: + Several responses to this posting, below, plus a ... From: "John Flack" <johnf@...> If you wanted to do this from...
+ Interjection by listserv moderator: + Please contact the author of this posting directly at + bmujahid@... if you are interested in following-up. +...