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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 395 - 424 of 457   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
395
i have installed oracle 8i, the reinstalled oracle forms developer 6, then i was asked to : Configuration Steps for Oracle Forms installation of 11:44:14...
Anthony ASSI
anthony@...
Send Email
Sep 2, 2003
1:25 pm
396
Hello , i want to ask about few things about oracle 9i when i am studying the fundamentals 2 , i found some missing pionts FIRST : when my database in archive...
ahmed mekawy
ahmedmekawy_eg
Offline Send Email
Sep 30, 2003
12:54 pm
397
Hi Ahmed, For your first question, the answer is that the replaced file from a previous backup will be of a different version from that of the current files...
ramesh shenoy
ramesh_chem
Offline Send Email
Sep 30, 2003
1:07 pm
398
Hi Guys, I have cleared the fundamental 1 Paper today with 98.33%( 59/60.) I've send mail to all groups peoples who have cleared the papers...for thier...
ocp9i_study
Offline Send Email
Nov 1, 2003
12:57 pm
399
Hi ila, Congrats!!! man...u did the god job.i appricate ur thoughts.even i have the plan to do this paper.can u sen the list of questions to following mail...
Oracle Fan
oracletips2000
Offline Send Email
Nov 3, 2003
6:19 am
400
Hi ila, Congrats!!! of clearing the paper. i have the plan to do this paper.can u sen the list of questions to following mail id..? naresh_thanvi@... ...
naresh thanvi
naresh_thanvi
Online Now Send Email
Nov 3, 2003
12:31 pm
401
hi , Congratulations! Thanks, Jay ... From: Oracle Fan [mailto:oracletips2000@...] Sent: Monday, November 03, 2003 11:49 AM To:...
Duraisamy, Jayakumar
djkumar72
Offline Send Email
Nov 4, 2003
9:01 am
402
Hello, I am using sql*load to load my table. I want to only load a record if it's length is less than 100. I have a tried a no: of options. One that almost...
vinay shivaiah
vinbinsoffice
Offline Send Email
Nov 5, 2003
12:22 am
403
Hi , U can try with pl/sql script using file io package.. it may help.. ... __________________________________ Do you Yahoo!? Protect your identity with...
kotresh k.b.
kbkots
Offline Send Email
Nov 5, 2003
3:06 pm
404
Hello, I am using sql*load to load my table. I want to only load a record if it's length is less than 100. I have a tried a no: of options. One that almost...
vinay shivaiah
vinbinsoffice
Offline Send Email
Nov 6, 2003
7:36 pm
405
Hi, I am handling the responsibility of designing a strategy of Migrating Data from Oracle 8.0 to Oracle 9i Release 2.0.The conditions that apply for this are...
Rajan
rajan_san
Offline Send Email
Nov 30, 2003
1:50 pm
406
Friends, I need to improve the speed of this query, and don't know how. I apologize if this isn't the proper group; please point me in the right direction if...
badotzo
Offline Send Email
Dec 1, 2003
3:31 pm
407
Dear all We are developing Oracle 9i based ERP system,this is actually intranet based application.We have around 600 users will be connecting this application...
sm_hasanin
Offline Send Email
Jan 13, 2004
10:24 am
408
Hi Hassan, I don't think it is good idea to create 600 db users and maintain it. It will be nightmare to the dba to add and delete and keep track of new...
Varughese M
varughesem@...
Send Email
Jan 13, 2004
3:39 pm
409
Dear varughesem, this is good concept yar. hassan pls go varu's option. rgds pren Varughese M <varughesem@...> wrote: Hi Hassan, I don't think it is good...
P r e m c h a n d
urchandu
Offline Send Email
Feb 24, 2004
2:33 pm
410
Dear varughesem, this giid concept yar. pls go varu is option. rgds pren Varughese M <varughesem@...> wrote: Hi Hassan, I don't think it is good idea to...
P r e m c h a n d
urchandu
Offline Send Email
Feb 24, 2004
2:33 pm
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
Messages 395 - 424 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