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 bkrike 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 lokesh123

  1. lokesh123

    Getting Error Access denied while sending mail

    Hi, I am trying to send mail thru the ASP code with VBscript on IIS web server from my web page. but I am getting Error:Access is Denied. Can someone tell me what could be the problem. Thanks I am trying to run the following ASP code which is called from another html page: <%@...
  2. lokesh123

    Informix standard engine

    Hi Thanks, Actually it was the problem with the index file. I just had to rebuild the index and the problem got fixed.
  3. lokesh123

    Informix standard engine

    The ISAM error associated with that is 121, I checked the Log file and there is almost 80% free space. Still it says cannot write log record. Any idea what else could be the problem. This is very urgent. Thanks
  4. lokesh123

    Informix standard engine

    I am using standard engine and while running a program with cursors, I am getting SQL error code 271. I checked the error description but cudnt resolve it. during the cursor run, out of the 248 records that its supposed to insert its inserting 212 and then it gives this error and exits the...
  5. lokesh123

    Differences in Indexes ! help please

    Check out the space allocated for indexes in your database, guess you do not have sufficient space in your database for indexes
  6. lokesh123

    Why this script is NOT extracting output ?

    I do not see a commit anywhere in the script. Add a commit at the end of the script before the final END; of the PL/SQL Block. Guess thats the only reason.
  7. lokesh123

    Can you store the results of a query in a variable ?

    You could simply use a subquery, which may look something like this, Select * from table_A where x= (Select tablename from table_B), where 'x' is the field which will contain the values corresponding to those in the table table_B
  8. lokesh123

    Suggestions need in Using Oracle and Dev 2000 - Urgent

    I guess there is absolutely no problem in having Developer 2000 with either of these, the only constraint the user may have is that he may not be able to use all the 'i' related features with regard to the 8i version.
  9. lokesh123

    Problem with Accepting user input in a procedure within a package...

    I'm not trying to return a value. Let me explain with a hypothetical case. Assume that i have a SQl statement , Select * from emp where empno = &empno; . This SQL statement is a part of a procedure or a function (say 'x')in a package (say 'y'). When i compile this package 'y', the compiler is...
  10. lokesh123

    Problem with Accepting user input in a procedure within a package...

    I have a procedure in a package where i need to accept a user input. However while i compile this package, the user input is being prompted which is not my requirement. While executing this procedure the value of the input variable is that which has been enterd during compilation time. Is there...
  11. lokesh123

    Informix Standard Engine - ISQL PERFORM screen

    I am using the INFORMIX SE. I want to know how i can define and use a field on the I-SQL PERFORM screen, which is not part of the database. How can I get the user input into this field.
  12. lokesh123

    Connecting Oracle Forms using rlogin

    I'm currently using Oracle 8.0.0 with Forms4.5 on Unix Platform. I presume you are talking about the security bug that Oracle has when you login through &quot;rlogin&quot;, however my question is why does the session become 'INACTIVE' in the V$Sessions table. I encountered this because i'm...
  13. lokesh123

    Connecting Oracle Forms using rlogin

    I'm currently using Oracle 8.0.0 with Forms4.5 on Unix Platform
  14. lokesh123

    Index and Priviledges relation

    Even if Informix goes into Single user mode during index recreation, I observed that the related tables are locked exclusively. But there's no reason why the authorities shud be revoked.
  15. lokesh123

    Connecting Oracle Forms using rlogin

    The present application requires the auditing of a particular table. Auditing has been enabled in the init.ora file. This audit fails when the user access the Forms screen throught the rlogin from from a different machine. This occurs immediately after the commit is encountered. However on...

Part and Inventory Search

Back
Top