Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by yash

  1. yash

    Difference between the OAS 9i and OAS 4.0.x

    Hi, Can anyone guide me the summary of difference between the OAS 9i and OAS 4.0.x Thanks in advance.
  2. yash

    Oracle error 12541

    Hi: Compare the TNSNAMES.ORA entry with the LISTENER.ORA and ensure that the supplied destination address matches one of the addresses used by the listener. Also try to start the listener on the remote machine Hope this Helps.. Thanks
  3. yash

    Need Suggestion: Table Updation Slow

    Thanks Dagon for your Help..
  4. yash

    Need Suggestion: Table Updation Slow

    Hi: We have Table say 'Purchase' PO_NUM NUMBER(8) PRIMARY KEY PO_DESC VARCHAR2(60) This table has 2Million records. We have to update Primary Key (PO_NUM), Currently PO_NUM is of Length 6 We have to make the PO_NUM Length of 8. Option# 1 So we are planning to prefix '12' with exiting...
  5. yash

    Need Suggestion: Table Updation Slow

    Hi: We have Table say 'Purchase' PO_NUM NUMBER(8) PRIMARY KEY PO_DESC VARCHAR2(60) This table has 2Million records. We have to update Primary Key (PO_NUM), Currently PO_NUM is of Length 6 We have to make the PO_NUM Length of 8. Option# 1 So we are planning to prefix '12' with exiting...
  6. yash

    Auto Commit;

    Hi ALL: How can we set auto commit in PL/SQL . So that my following code commit records after every 10,000 rows update. I'm getting Rollback segment error as there are more than 10,00,000 records in table to update.. ORA-01562: failed to extend rollback segment number 6 ORA-01628: max # extents...
  7. yash

    Calling Forms from Stored Database Procedure

    Hi: Can we call FORM from database stored Procedure/ Function / Package? If yes? Please help me.. Regards..
  8. yash

    ActiveX Communications Controls...

    Hi all: Can we talk to Dialed number with Headset(Mic + Speaker) attched to sound card of PC??? Thanks..
  9. yash

    Frames..

    Hi All: I have two frames Header and Target.. My reuirement is i have on link in Header Frame. When i click on that link it display on HTML file in Target Frame. Now if user again click on same link in Header Frame, i want to call display other HTML file in Target Frame Please Help Me...
  10. yash

    Option Boot from Which Hard Drive??

    Hi: I have two hard drives on my PC. Master/Slave. Can we do such thing that When i boot my PC it ask me from which Hard Drive you want to boot. Like i want to install Windows 98 on one Hard Drive and Windows XP on other hard drive. SO can it is possible that there is option to choose from...
  11. yash

    setTimeout .. ?? How can i use ??

    It's done !!! Thanks to luciddream , Who wrote Sleep function.. thread216-46282 It sloves my problem.. Once again Thank you very much everyone... Bye
  12. yash

    setTimeout .. ?? How can i use ??

    Hi All: What wrong i'm doing.. Please Help ME... I was displaying some Messages when cursor goes over the Link. it was working fine.. Now can anyone HELP me as i want to display Message after some time (like after 2 seconds.) when cusor goes on link.. Follwoing is the code i was trying to do...
  13. yash

    Popup Window works like Alert????

    Hi All JavaScript Gurus: Can we create popup window work like Alert Box??? Means Without pressing "OK" button on popup window you cannot click anywhere else.. Thanks in Advance.. Regards
  14. yash

    Alert message in two line..

    Thanks Tracy: Can popup window with HTML will work like ALert Box. Like you have to have close Alert Box before proceed. Once again Thank you very much and Regards..
  15. yash

    Alert message in two line..

    Hi again: One more question: Can we Change Font Size, Color for text in Alert Box Also can we control postion of Alert Box on Screen.. Once again Thank you very much .. Regards

Part and Inventory Search

Back
Top