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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Kenrae
  • Content: Threads
  • Order by date
  1. Kenrae

    Knowing table and div width

    Hello, I need to know a table and a div width. The problem is that I don't define this width, it depends on their internal items (which can be nearly anything). I've tried to use object.width, object.style.width, object.width.value and object.style.width.value for both types of objects, and it...
  2. Kenrae

    Problem executing kshell

    Hi all, I have a program, named execute, which executes a command using kshell. I use an execl call like this: execl("/usr/bin/ksh", "ksh", "-m", "-c", command, 0); I catch the output using pipes, and it works fine. The problem comes when I want to run...
  3. Kenrae

    ASP-Connection to Oracle using OO4O

    Hi all. I need to know if it is possible to stablish an OO4O connection to an Oracle DB which is installed in a Unix system, being the ASP server running on an NT server. When I try to obtain a database connection from the connection pool (created by a global.asa file) this error message is...
  4. Kenrae

    ASP-Connection to Oracle using OO4O

    Hi all. I need to know if it is possible to stablish an OO4O connection to an Oracle DB which is installed in a Unix system, being the ASP server running on an NT server. When I try to obtain a database connection from the connection pool (created by a global.asa file) this error message is...
  5. Kenrae

    Message length using utl_smtp

    I have a problem with this package when the message has a length greater than about 1800 characters. It doesn't return any error, but the mail is not sent (or, at least, not received). Any ideas? Thank's
  6. Kenrae

    dbms_smtp and db links

    Hello all, I have a problem using this package through a db link. I'm calling a package done by me which uses dbms_smtp. This package works fine when I execute it as the owner. But when I try to execute it through a db link from another user, I receive this error: ORA-02064: distributed...
  7. Kenrae

    Triggers and Database Links

    Hello everybody. I have a problem with a trigger which doesn't compile. The error is "PLS-00201: identifier 'USERS_LINK' must be declared" USERS_LINK is a synonym for a table in another schema, accesed using a database link. I've tried to substitute it for the table@link directly, but...
  8. Kenrae

    accurate date

    How can I convert a date to milliseconds? I've only managed to have a varchar2 with the seconds... Thanks
  9. Kenrae

    Calling an external procedure from pl/sql

    Hello. I'm trying to call an external c procedure from pl/sql. I've read Oracle Documentation on it, and I've followed all the steps. You must create a dinamyc library, OK, I've done it (extproc.so). Then you must add some entries to listener.ora and tnsnames.ora. Looks like that: TNSNAMES.ORA...
  10. Kenrae

    Problem with SQL*Loader 8.0.3

    Hi all. I have a problem with this aplication. It doesn't end. I was executing it from forms and the program waited for it eternally. Then I tried to execute it manually (I work with Windows 2000 professional) and it didn't end. It didn't return to the shell. And I don't receive any error. I...
  11. Kenrae

    Problem with UTL_SMTP

    I'm using this package in order to send email messages, but when I send an email it multiplies it. What I mean is that I've sent one email to my account, and I've received twenty copies of the same email (and no, it isn't inside a loop). Does anybody know what is happening? Thanks
  12. Kenrae

    Warning while linking a dynamic library

    I've done a dynamic library for calling it from Oracle. Oracle reports an error and I don't know if it's an Oracle-related error or a Unix error. But when I link the library I have a warning. Something like that: $ ld -b -o extproc.so extproc.o ld: (Warning) At least one PA 2.0 object file...
  13. Kenrae

    Host command using OAS

    I'd need something similar to the host command you can use on forms. The Oracle server is a Unix machine (HP9000). I need to send commands to the Server OS. Thank's in advance
  14. Kenrae

    FTP Connection from PL/SQL

    How can I do that? I need to send a file to a FTP site from PL/SQL, and I don't know what to do. Thank's

Part and Inventory Search

Back
Top