Can you help me .. I don't know toally the reason this error happened! I use refcursor type. the stored procedure works perfectly. error messages is.. ...
yakim73
yakim73@...
Mar 4, 2002 1:29 am
198
Hello, would anybody know a method to copy data between a O7 and a O8 databases faster than the sqlplus "copy" command ? (excluding sql*loader, export &...
brphi
brphi@...
Mar 6, 2002 9:22 pm
199
Have you tried "create table A as select * from table B" over a datalink? Katherine Harms "brphi" <brphi@.... To:...
Katherine Harms
kharms@...
Mar 6, 2002 11:37 pm
200
Hi, I am having SMTP in and out IPs. Using SMTP-OUT IP i am able to send the mails successfully.But i need to check the mails that are sent to a particular...
I want to insert list of control chars thru a INSERT query. How can one do that? Thru sqlloader its possible. Create table t ( X NUMBER Y VARCHAR2(5)); I want...
Hello everyone. Excuse me for interrupting your discussions, but I just want to let you know we distribute mail magazine dedicated to Oracle users. This mail...
Yuka Iwanaga
ca94102@...
Mar 20, 2002 2:40 am
204
Clear DayDo you want to pass oracle exams? If your answer is yes then you have find what you need!! Hi friends! Interested in passing ORACLE CERTIFIED DATABASE...
johan
johan8johan@...
Mar 21, 2002 7:37 pm
205
Hi, Can you please add my e-mail id in this group? Thanks, Thatchin __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage...
Thatchin moorthy
thatchin@...
Mar 26, 2002 2:19 pm
206
This site has found credit card deal that will approve you. Check it out Click on link Below! http://apply4creditcard.com...
Dear Friends We want to drop the USERDAT2 tablespace but this tablespace is having the following objects and OWNER is SYSTEM. These objects are not at all...
myvisaka
subrahmanyam@...
Apr 2, 2002 9:32 am
208
Hi, I need your urgent help. How do i get over this kinda error " Fail to Conver between UTF8 and UCS2" while using JDBC (JDK 1.3 and classes12.zip) My db is...
vish
gvishakha@...
Apr 8, 2002 12:10 pm
209
Hi I have installed oracle (english) on win2000 platform and my enviroment is german and I don't have your problem ,my developing tools is Jbuilder that...
Hello Friends...I am using one .dat file that contains several values in a particular column and I need to load those values in different Oracle tables when...
starfs4000
J_90000@...
Apr 13, 2002 8:21 pm
211
Hi, I have a column having datatype clob. I tried to load data to this coulmn. But I get "ORA-01704 string literal too long". I check Oracle web site and...
Hi, I have a column having datatype CLOB. I tried to load data to that column and get the error message which is "ORA-01704 string literal too long". Ichecked...
Hi all, Please subscribe to the group Oracle freshers at Oracle_freshers-subscribe@yahoogroups.com. It's a group for freshers in Oracle. The intention is to...
... From: nayan_p7 [mailto:nayan_p7@...] Sent: Wednesday, April 17, 2002 10:01 AM To: OraTechSupportGroup@yahoogroups.com Subject: [OraTechSupportGroup]...
Ramesh Prashanth
ramesh@...
Apr 17, 2002 6:19 am
215
Hello everybody, Here is a group for freshers who want to make a career in Oracle Products. The intention is to give freshres a chance for a good job openings....
Hi I want to disconnect the desired users with in a specific range of time. How do i do that ? For example i do not want to allow user say x to connect to the ...
Put the database in restricted mode. Alter system enable restricted session; Only users with either dba privileges or that have been granted "restricted ...
This will not solve the problem as requirement is to disallow a specfic user for a specfic timings and allow others to work without DBA intervention. ... From:...
Sameer Wadhwa
swadhwa@...
Apr 24, 2002 7:23 pm
219
Hello , Please change my address from auppal@... to uppal_amith@... AMITH ... From: Varughese M To: OraTechSupportGroup@yahoogroups.com Sent:...
Amith Uppal
uppal_amith@...
Apr 24, 2002 9:59 pm
220
Hi, One crude way that I can think of is to have a table with the scheduling details and the usernames. Use a on database logon trigger and within the body of...
Sudheendra Vijaykumar
sudhi76@...
Apr 25, 2002 9:36 am
221
Hi all! I'm trying to install 8i on RedHat Linux 7.0. I've tried everything (that I could find on the internet), but have not been successful. I even...
1. Check which version of glibc u have on ur system? rpm -qa | grep libc 2.install the following 3 RPM's compat-glibc-6.2-2.1.3.2.i386.rpm ...
vish
gvishakha@...
May 3, 2002 5:51 am
223
Dear Friends Alter table <table_name> Move tablespace <tablespace_name>; Using this command, moved all tables to another tablespace except one which is having...
p k s subrahmanyeswar...
bpkssrao@...
May 3, 2002 11:31 am
224
Create the following procedure: procedure move_tablespace ( p_table_name varchar2, p_tablespace_name varchar2, p_index_tablespace varchar2 default...
Thanks, Vishakha, for your response. Actually, I got the database creation to work after I posted my "mayday" on this group. I went back to the installation...