User Profile

Collapse

Profile Sidebar

Collapse
hemaltoknow
hemaltoknow
Last Activity: Jul 30 '07, 09:02 AM
Joined: Jul 12 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hemaltoknow
    started a topic UTL_SMTP: relay access denied

    UTL_SMTP: relay access denied

    i have write a code of plsql
    i want to sent mail
    throught
    mail_files function
    but i have error
    like
    "relay access denied"
    what it means
    pls help me
    See more | Go to post

  • hemaltoknow
    started a topic About DDE.APP_BEGIN

    About DDE.APP_BEGIN

    i write the code about this

    CREATE OR REPLACE PROCEDURE Proc_Document IS
    AppID PLS_INTEGER;

    BEGIN

    -- AppID := DDE.App_Begin(' C:\Program Files\Microsoft Office\Office\W INWORD.EXE',DDE .APP_MODE_MINIM IZED);

    AppID := DDE.APP_BEGIN(' E:MSOFFICEexcel excel.EXE',DDE. APP_MODE_MINIMI ZED) ;


    END;
    /

    and i got the error about PLS-00201: identifier...
    See more | Go to post
No activity results to display
Show More
Working...