Search the web
Sign In
New User? Sign Up
OraTechSupportGroup · Oracle Techniques Discussion Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 411 - 440 of 457   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
411
Can anybody help me to find a way to retrieve large amount of data per batch(100 records at the time). I want maximize the cpu usage. Thank you Ernie ... Do...
Martinez Ernesto
ernesto33es
Offline Send Email
Mar 4, 2004
2:36 pm
412
Ernie, Using pl/sql bulk feature you can retrieve number of rows together. Let me know if you need more detail, or go to metalink.oracle.com. Rajesh Arora ... ...
Rajesh Arora
arora_rajesh@...
Send Email
Mar 4, 2004
11:41 pm
413
Dear all I would like to know whether is it possible to create Drill down reports in Oracle 9i Reports?Please let me know Regards Hassan...
sm_hasanin
Offline Send Email
Mar 13, 2004
7:38 am
414
I have a column containing large data with carriage return. When I query this column, it will give me several rows for one record because of carriage return....
yoxst
Offline Send Email
Mar 25, 2004
5:35 pm
415
Try expanding on this, set serveroutput on declare phrase varchar2(32767) := 'inter'||chr(13)||'national'||chr(13)||'lization'; newphrase varchar2(32767) :=...
Godfrey Mwamsojo
goddie_sojo
Offline Send Email
Mar 27, 2004
2:26 am
416
This query remove a carriage return between two strings, "inter[carriage return]national" and give a single string "international". You may expand this to a...
Godfrey Mwamsojo
goddie_sojo
Offline Send Email
Mar 27, 2004
2:27 am
417
Or, select replace(column,chr(13),null) from table ... ... This query remove a carriage return between two ... time. Find local movie times and trailers on...
Varughese M
varughesem@...
Send Email
Mar 27, 2004
2:03 pm
418
Thanks. I did it. ... __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. ...
Wei Xia
yoxst
Offline Send Email
Mar 28, 2004
2:56 am
419
Thanks, Goddie. I used replace function in my query, but your pl/sql code gave me hint about chr(13). wei ... time. __________________________________ Do you...
Wei Xia
yoxst
Offline Send Email
Mar 29, 2004
3:21 pm
420
hi everyone, I have one problem ie, What is Database(Oracle) testing? How to write test cases for DB Stored procedures (DB Code checking) and data integrity...
saradhimp2000
Offline Send Email
May 6, 2004
4:00 pm
421
I just installed ora 10g on two Win2K machines. On one machine I couldn't bring the Enterprise Manager up. I checked Administrative Tools\Services to see if if...
geekaustin
Online Now Send Email
Jun 3, 2004
4:12 pm
422
Dear Group Members, I'v just joined in the group, and seek your help. while starting Logminer with starttime and endtime parameter it gives an error :Fatal...
Ayesha Tanveer
t_ashee
Offline Send Email
Jun 10, 2004
4:08 pm
423
hi everyone, I want some information about Oracle 9i Application Server installation steps on Linux 9.0. thanks&regards, saradhi ...
pardhu saradhi
saradhimp2000
Offline Send Email
Jun 30, 2004
12:42 pm
424
Argh, i don't like the plaintext :) pass: 73512...
samoracle@...
samoracle
Offline Send Email
Jul 30, 2004
6:57 am
425
Hai I am using Oracle Forms 6i on win2000 on local machine where as Unix on my web server Iam getting an error FRM-40815 when am running the form to generate a...
Gajendra Nagapurkar
gdnagapurkar
Offline Send Email
Aug 10, 2004
12:13 pm
426
Hi, I want to downlaod the trial copy of 10G software can any one please tell me from where to downlaod . I have try otn.oracle.com,technet.oracle and so may...
Sood, Ankit (GE Consu...
getsood
Online Now Send Email
Aug 11, 2004
12:26 pm
427
Hai Iam getting an error FRM-40815 when am running the form to generate a report on my local server which is on Win 200 OS where as my web server is on Unix ...
gdnagapurkar
Offline Send Email
Aug 11, 2004
12:26 pm
428
Hi , If some has good doc which explain in detail about this AURORA$SERVER$SHUTDOWN trigger please share with me If have searh in the metalink but not getting...
Sood, Ankit (GE Consu...
getsood
Online Now Send Email
Aug 11, 2004
12:26 pm
429
I am using Oracle 9i DS on XP with Oracle 9i DB on Unix. I have a form and am trying to run a report from the form. This is what I have coded: repid =...
mmmangal@...
mayura_mangale
Offline Send Email
Aug 11, 2004
12:27 pm
430
you can do it with run_product () also.I think that will sove ur problem. mmmangal@... wrote: I am using Oracle 9i DS on XP with Oracle 9i DB on Unix. I...
Yadvinder Singh
vinni128
Offline Send Email
Aug 11, 2004
3:06 pm
431
Hai Iam getting an error FRM-40815 when am running the form to generate a report on my local server which is on Win 200 OS where as my web server is on Unix ...
Gajendra Nagapurkar
gdnagapurkar
Offline Send Email
Aug 11, 2004
9:31 pm
432
Dear Team Members, In one of our operating offices the Oracle 8.1.7 version is running, while in rest of our offices we always use Oracle 8.1.5. Now the...
Ayesha Tanveer
t_ashee
Offline Send Email
Aug 16, 2004
5:18 pm
433
Ayesha I am sanjay acharya from ahmedabad . My suggestion is set complitibility parameter in initR.ora file of the 8.1.7 which would be comptibility=8.1.5. and...
sanjay acharya
sanjay_b_ach...
Offline Send Email
Aug 31, 2004
1:22 am
434
Hi All, I would like to know any of you implemented java stored procedure sending out TIBCO message. Please email me if you have implemented it Thanks, ...
Varughese M
varughesem@...
Send Email
Sep 1, 2004
8:52 pm
435
HI ALL, Thanks for the responses, but i have got the solution. It is possible to downgrade the data of 8.1.7 to 8.1.5 by using d080105.sql and several other...
Ayesha Tanveer
t_ashee
Offline Send Email
Sep 2, 2004
12:37 pm
436
hi Ayesha Could u please tell the detail script of d080105.sql and the other scripts u used for downgrading the data of 8.1.7 to 8.1.5. i will be very thankful...
santosh joshi
joshisantosh04
Offline Send Email
Sep 2, 2004
6:15 pm
437
I create one trigger when i am trying to compile it is giving PLS-00417: unable to resolve "RTN_ORD_RTN_RSV_QTY" as a column while this column exist in table...
Gyanendra singh rana
cool_buddy_gs
Offline Send Email
Sep 14, 2004
1:09 am
438
I'm implementing an application but I have to make a decision on use stored procedures or prepared statemnts. Do you have any experience and what will be your...
ernesto33es
Offline Send Email
Sep 29, 2004
9:01 pm
439
dear user Stored procedure is more useful if you want it in a very frequenlty used module as it stores all module in library cache once loaded in complile form...
sanjay acharya
sanjay_b_ach...
Offline Send Email
Oct 1, 2004
12:51 am
440
The Fall Conference of the Northern California Oracle Users Group will be held on Thursday, November 4, 2004 at Computer History Museum in Mounta View. This...
nocoug_marketing
nocoug_marke...
Offline Send Email
Oct 30, 2004
1:54 pm
Messages 411 - 440 of 457   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