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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 331 - 361 of 457   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
331
Hi !I have some questions regarding Oracle Reports. Please reply if you know. a) How can we call oracle reports from a Java Frame ?b) Can we send an oracle...
Ahsen Saeed
ahsensaeed2003
Offline Send Email
May 2, 2003
6:31 am
333
This is not a job, but an answer for some of us that used to have a 9 to 5 full time job In Corporate America with full health care benefit and more. However,...
GPP2
Offline Send Email
May 10, 2003
10:19 pm
334
Hi All ! IS there a way to check the validity of the archive log files . Like we can use db_verify to check for the validity of the data files . What about for...
Amith Uppal
uppal_amith@...
Send Email
May 13, 2003
6:52 am
335
Hi Amith, I think, RMAN will check the validity of archive logs files while backup. Thanks Sameer ... From: Amith Uppal [mailto:uppal_amith@...] Sent:...
Sameer Wadhwa
swadhwa@...
Send Email
May 13, 2003
2:00 pm
336
Hi Amith, I think, you can use db_block_checksum = true to ensure , the corruption is detected at the time of creation of archive log files, as well as...
Rajesh Arora
arora_rajesh@...
Send Email
May 13, 2003
2:24 pm
337
Hi All ! In unix shell scripting , even if we prompt for username / password , it will still display in the ps command . I need a way to get rid of this . I...
Amith Uppal
uppal_amith@...
Send Email
May 14, 2003
11:57 am
338
If I undestand you correctly, you are prompting for user/pass at the shell script level and passing them to SQLPlus. Instead of read USER read PASS sqlplus...
Ranganatha Ramineni
rcube1982
Offline Send Email
May 14, 2003
12:52 pm
339
Hi Amith, Here is a script I saved long time ago. Take a look at it. It should hide the arguments passed to sqlplus(including username/password), & hides it...
Rajesh Arora
arora_rajesh@...
Send Email
May 14, 2003
2:03 pm
340
Hi all ! That was very helpfull ! Amith Rajesh Arora <arora_rajesh@...> wrote: Hi Amith, Here is a script I saved long time ago. Take a look at it. It...
Amith Uppal
uppal_amith@...
Send Email
May 15, 2003
3:51 am
341
Hi All, I am having a 9i database which is frequently crashing with the above message.The alert log shows the message as below. Errors in file...
ramesh_chem
Offline Send Email
May 15, 2003
7:12 am
342
Hi Remesh, Check the status of datafile in dba_data_files. It might be offline. Sameer ... ===== Sameer Wadhwa 508-366-6182(H) s_wadhwa@... ...
sameer wadhwa
samoracle
Offline Send Email
May 15, 2003
6:22 pm
343
Hi, I have application which use JSP at front end and oracle 8.1.7 at back end. I keep getting error which is java.sql.SQLException: ORA- 01000: maximum open...
yoxst
Offline Send Email
May 15, 2003
8:08 pm
344
Some thought on this . Whats the value of your init parameters ? cursor_sharing cursor_space_for_time Also when u close the web page , do u actually close all...
Amith Uppal
uppal_amith@...
Send Email
May 16, 2003
4:08 am
345
Guys , I am looking for a generic script to generate alerts if any segment reaches the maxextents threshold . The segment type can be rollback , table , index...
Amith Uppal
uppal_amith@...
Send Email
May 16, 2003
11:16 am
346
Hi Amith, cursor_sharing = EXACT cursor_space_for_time = FALSE I am using connection pool for my web pages. Usually, I close connection and it will close all...
Wei Xia
yoxst
Offline Send Email
May 16, 2003
1:55 pm
347
Amith, I do not know, whether you are looking for the sql statement or the monitoring script. Here is a simple sql statement, you can expand of it for your...
Rajesh Arora
arora_rajesh@...
Send Email
May 16, 2003
3:35 pm
348
Hi Sameer, All the file status and tablespace status are available and online respecitively. I made a file renaming to different partition and started the ...
ramesh shenoy
ramesh_chem
Offline Send Email
May 19, 2003
12:57 pm
349
hi all Please I need for yor Help very much I am going to 1z0-123 Architecture and Admin next week 1Z0-123 I am using testking ver1.0 for this exam can any one...
khalidcs
Offline Send Email
May 24, 2003
12:23 am
350
Sorry if this is a basic question. I am trying to pupulate a table which has a collumn called 'CONFIRM_YN'. When I try to insert data into this table I've...
matthous2003
Offline Send Email
May 31, 2003
2:11 am
351
What is your insert statement? What is the data type of the column? What's the error message? On Sat, 31 May 2003 02:11:09 -0000, "matthous2003" wrote: Sorry...
steve@...
steven_p_shi...
Offline Send Email
May 31, 2003
3:44 pm
352
Dear Steve, Thanks very much for taking the time to help me on this one. The table was created as follows: CREATE SEQUENCE POR_SEQ INCREMENT BY 1 START WITH...
matthous2003
Offline Send Email
Jun 2, 2003
12:24 am
353
I think the problem is your date. It should be in quotes insert into purchase_order (POR_ID, POR_DATE, SUP_ID, VALID_UNTIL_DATE, CONFIRMED_YN) values (1,...
steve@...
steven_p_shi...
Offline Send Email
Jun 2, 2003
12:34 am
354
I think it should be: insert into purchase_order (POR_ID, POR_DATE, SUP_ID, VALID_UNTIL_DATE, CONFIRMED_YN) values (POR_SEQ.nextval, SYSDATE, ...
Michael Brown
mlbrown64
Offline Send Email
Jun 2, 2003
10:32 am
355
Hi all I send My First Message at you Group Subject <Please Help me > But still Now One Whant to help Me Please I need Test King For Exams <1z0-023> &...
khalid
khalidcs
Offline Send Email
Jun 2, 2003
2:54 pm
356
Thanks very much for your help. It now works perfectly. ... to_date ... never rely ... at the ... 2003', 'N') ... work, but ... differences between ... yur...
matthous2003
Offline Send Email
Jun 2, 2003
8:41 pm
357
Sorry, that was meant to be a thank you to both Steven and Michael. I very much appreciate both of you taking the time to help. I'm new to this Oracle stuff....
matthous2003
Offline Send Email
Jun 2, 2003
8:45 pm
358
Hoped not to bother you with any more qq on this task! Oracle tells me that I have a missing comma in the 'values' part. I've looked for ages but I just can't...
matthous2003
Offline Send Email
Jun 2, 2003
9:34 pm
359
If you wrapped your date thingy, it will not know where the end is: insert into purchase_order_item (POI_ID, POR_ID, SPR_ID, QUANTITY_REQUIRED,...
steve@...
steven_p_shi...
Offline Send Email
Jun 2, 2003
9:41 pm
360
Thanks for your speedy reply. In fact the date was only wrapped in the message I posted (although I had put the first part on one line and then from...
matthous2003
Offline Send Email
Jun 2, 2003
10:12 pm
361
Oh! You are missing the closing ")" at the end of the ...values (1, 1, 1, 20, 15, 15, 15, 5.80, to_date('15-JUN-2003','DD-MON-YYYY'); should be ...values (1,...
steve@...
steven_p_shi...
Offline Send Email
Jun 2, 2003
11:09 pm
Messages 331 - 361 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