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 gk4u

  1. gk4u

    Kill SQL Query

    Hi Ken, The database is on UNIX SUN 5.8 box and I am firing query through .NET program.
  2. gk4u

    Kill SQL Query

    Hi SQL Gurus, I have a sql query which is taking too long to execute becasue of millions of data in database. I would like to identify and kill this sql query if it is taking more then 2 mins to execute. Yes, we can identify the session and kill the session. But I dont want to kill session. I...
  3. gk4u

    How to Kill SQL Query

    Hi SQL Gurus, I have a sql query which is taking too long to execute becasue of millions of data in database. I would like to identify and kill this sql query if it is taking more then 2 mins to execute. Yes, we can identify the session and kill the session. But I dont want to kill session. I...
  4. gk4u

    AMG API PA_PROJECT_PUB.Create_Project throwing Error!!!

    Hi, I am trying to create project using AMG API PA_PROJECT_PUB.Create_Project. The API is running fine in the 11.5.9 version but in 11.5.10 version I am getting the following error:- Failed to create the project for Project Number E45011800000000 ORA-00001: unique constraint...
  5. gk4u

    Natural or Description Keys in SO_LINES_ALL

    Hi Mdwyer, Thanks, you are right. But in the SO_LINES_ALL there are lots of ID's like SHIPMENT_SCHEDULE_LINE_ID PARENT_LINE_ID,ATO_LINE_ID etc. we can not go straight forward and indsert this into target system. Our stretegy is first we extract the natural key corrosponding to the ID from...
  6. gk4u

    Natural or Description Keys in SO_LINES_ALL

    Hi, I am going to write a script to load SO_LINES_ALL/SO_HEADERS_ALL data from 10.7 to 11i. As there are lots of IDs in the table and we have to create new ids in the target system. I need help how to find the natural/descrptive key corrosponding to these Id's so that I can derive new Ids in...
  7. gk4u

    Sales Order Schema Change!!!!

    I am going to wite the data conversion script from 10.7 to 11i for Sales Order. I would to know what are the changes in the schema like table name and column name. Is there any API for loading data from 10.7 to 11i. Please help me find it out. Thanks in advance. GK
  8. gk4u

    Importing Sales Orders in 11i

    I am going to wite the data conversion script from 10.7 to 11i for Sales Order. I would to know what are the changes in the schema like table name and column name. Is there any API for loading data from 10.7 to 11i. Please help me find it out. Thanks in advance. GK
  9. gk4u

    Numeric Validation

    NO I am not using CFFORM. Please suggest me other method. Gaurav
  10. gk4u

    Numeric Validation

    Hi All, I am new to ColdFusion.I have a Input box as text field. I want this field should accept numeric values only. For example : 1,2,300,90,0 etc. It should accept NULL ot Blank also. Thanks in advance. Gaurav
  11. gk4u

    How to Send mail to all users

    Hi All, I am using RH5.0 i want to mail same matter to all the user how can i do this in single hit. Help Regards GK
  12. gk4u

    SMTP PORT 25 ERROR

    HI ALL I AM USING RH 7.2 WHEN SENDING MAIL THROUGH OUTLOOK EXPRESS IT GIVES ERROR...... "The connection to the server has failed. Account: '192.168.1.2', Server: '192.168.1.2', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error: 10061, Error Number: 0x800CCC0E" I CAN RECIEVE...
  13. gk4u

    Adding New IDE Hard Drive

    Thanks clonny2 it will do......
  14. gk4u

    Delaying eth0 initialization

    Hi all Starting RH 6.1 gives .. Starting eth0......delaying eth0 initialization [Failed] My Ethernet Card make is DFE-538TX Regards Gk
  15. gk4u

    Adding New IDE Hard Drive

    Hi All I want to Connect New IDE hard Drie in My Existing Linux Server Red Hat 5.0. & Further i want to mount /usr on new hard drive how ican achieve this... Regards GK

Part and Inventory Search

Back
Top