... think I followed in pre-installation steps correctly. ... Oracle Universal Installer cannot be run." ... could help me here. I have JDK 1.3 and I also...
Alert message and associated trace file produced when running sql through remote connection only with local connection works fine DB version Oracle 9i OS Red...
Hi everyone I just wanted to let everyone know that there is an ezine dedicated to Oracle users. It contains lots of techniques and analyses. Sample is...
Hi, I am trying to follow the instruction from the site but I am getting an error when installing compat-glibc-6.2-2.1.3.2.i386.rpm package. ... <HR> ...
Hi, Is SUSE for free? Where can i down load it? Thanks ... <HR> <html><body> <tt> <BR> Either tell us what the error is, or ditch RH & install SUSE. Trust...
Hi everybody... I´m trying to install Oracle8i 8.1.5 in my Conectiva 7.0 (it´s a brazilian distribution, like RH7). After install, when i try to create a db...
Celso, Encontrei isto no metalink, espero que ajude: ORA-03113 is the most common catchall error. It basically means that communications were lost for an...
Celso, Encontrei isto no metalink, espero que ajude: ORA-03113 is the most common catchall error. It basically means that communications were lost for an...
... You can't download SUSE as such. You boot from the install floppy, answer a few questions about what you want installed, and it downloads & installs the...
Hi all. Is there any way to configure oracle to execute the queries in case insensitive format? What I mean is that select * from teplow where field1 like...
You can simply UPPER everything... select * from teplow where upper( field1 ) like 'I%'; This will compare the uppercase field1 with I%. Your data may still...
Ballinger, Jay (OTS-E...
jay_ballinger@...
Nov 8, 2001 12:00 am
2753
Hello, Can anybody tell me where I can get 8i oracle e-books. Thank you....
... Go to google.com and search for oracle 8i ebook -- ============================================================== Never cross a Dragon, for you are...
Larry Howard Mittman
lmittman@...
Nov 8, 2001 11:36 am
2755
hai both sides use the function upper like below select * from teplow where upper(field1) like upper( 'i%'); it will both sides in upper case and then it will...
Oracle instalation problems on Debian Linux I was trying to instal Oracle8i (8.1.7.0.0, 8.1.7.0.1 and also old 8.1.6). There is still the same error. All...
ZAK
zak@...
Nov 10, 2001 11:57 pm
2757
Of course glibc version was 2.2 (sorry) Krystian ... Krystian Nowak zak@... +48 609 595 108...
ZAK
zak@...
Nov 11, 2001 2:04 am
2758
hey ppl..... listen up i have got my hands on bout 1193 CBT's! These CBT's ranges from Topics such as Programming (Lots of C/C++,JAVA,SQL,COBOL,VB & VC) ...
Hi there, I have made a *.dmp file on NT with Oracle7.0 as the database dump. Now when I import the dmp file in UNIX machine with $imp [filename] I get the...
... Oracle software was built using glibc 2.1 libraries. New Linux distributions use glibc 2.2 and higher. Regards, Lucyna Witkowska ACK Cyfronet AGH...
Lucyna Kunert-Witkowska
ypwitkow@...
Nov 12, 2001 12:14 pm
2761
Hmm I don't recognise the Unix error code but I usually get something like this when I type the filename wrong - remember Unix is case-sensitive. Otherwise it...
Martin Williams
mwilliams@...
Nov 12, 2001 4:24 pm
2762
Easy.... Start installing as usuall on a clean RH 7.2 System... (Create oracle user, dba group, directories, etc....) When Linking goes bad (Error during...
Hi I don't know whether this is the right place to post this message. I am looking for articles / scripts or code on Oracle database technologies for the...
There are a bunch of scripts here: http://www.oracle.com/oramag/code/tips2001/ ... From: jasonrowski@... Reply-To: oracle-on-linux@yahoogroups.com Date:...
Hi, I am a newbie of Oracle. I just installed Oracle 8.1.6 on a linux machine. It seemed that everything was OK until today when I found a serious problem with...
SQL> connect myuser/mypw@sid as sysdba ERROR: ORA-01031: insufficient privileges well I think this can happen to your users who has been 'DBA' privilege ...
Volkan YILDIRIM
volkan@...
Nov 17, 2001 9:09 am
2769
just connect as system or sys and revoke that privilege from any user the syntax is like this: at the sqlplus prompt you type this: revoke sysdba from...
Mo
mo@...
Nov 17, 2001 9:38 am
2770
Thanks for your kind reply. I used the utlsampl.sql generate the users scott, blake etc. From that file I can see that they are only granted 'connect' profile...
We've installed TOra (Toolkit for Oracle) from http://www.globecom.net/tora. I've had people who've used Toad take a quick look at it and have said it...