How to Install UTL_SMTP Package in Oracle 8.1.5

Hi
We are trying to use UTL_SMTO package to send mail.
Will this package runs in Oracle 8.1.5? Any restriction on using this package?
How to install this package? Where the SQL for this package is residing.
If anyone can answer for this, we will be thankfull to you.
regards
Santhosh

Hi,
Run d:/oracle/ora81/rdbms/admin/utlsmtp.sql as SYS user. It create the package UTL_SMTP.
Hope this helps.
rukmini

Similar Messages

  • How to install Procedural Option in Oracle 10g Database express edition

    When i try execute exec send_mail shows error ORA-00900: invalid SQL statement.
    Error code shows "This error can occur if the Procedural Option is not installed "
    How to install Procedural Option in Oracle 10g express edition
    I'm using Oracle 10g Database express edition. Let me know how to run a procedure.

    I'm not sure of the meaning of ORA-00900 for Oracle XE but I think that PL/SQL is already installed by default according to the XE features list.
    See the Oracle® Database Express Edition 2 Day Developer Guide about procedure call.

  • How to install/add packages to org.apache

    hi everyone!
    i'm pretty new with Java and i wanted to know how to install a package i downloaded from "http://www.apache.org/dist/jakarta/". the package name is poi and i have no clue how to do it so i'll be able to import some classes from it in my code... (i tried to just paste it the file src.zip at the location org/apache but it didn't worked)
    thanks for you help,
    shimon ;)

    "install" isn't really the right word. You'll have to learn to think differently about JARs in Java. because you don't "install" them and your apps don't get access to them via the operating system. They're more like dynamic link libraries or DLLs in Windows parlance.
    What you should do is figure out what a standard directory structure for all your applications will be, maybe something like this:
    application
    +
    +------source (put your .java source files in their package structure under here)
    +------lib (put your 3rd party JAF files under here)
    +------classes (compile your .class files to this directory)
    So in this case you'd put the POI JAR under /lib for your project. Tell Eclipse that /source is where it should expect to find all the .java file, that /class is the output directory for all compilations. Right click on the project folder, select "Properties", and add all the JARs to the build class path. Then you'll be all set with Eclipse.
    Tell Eclipse that application is the root of your project. Tell

  • How to install apex 4 with Oracle Fusion Middleware Web Tier Utilities

    Hi all,
    Does any one know how to install apex 4 with Oracle Fusion Middleware Web Tier Utilities ?
    I follow the instructions http://download.oracle.com/docs/cd/E17556_01/doc/install.40/e15513/toc.htm but there's no directory called ORACLE_HTTPSERVER_HOME\Apache and ORACLE_HTTPSERVER_HOME/ohs/modplsql/conf/dads.conf
    I don't know where's dads.conf file to make change
    Please hellp me on this case
    Thanks & regards

    A little bit odd is an understatement. The first time I found I had to download over 1Gb of stuff to run a simple web server I practically fell over! Hopefully, the Apex Listener team will update it to have backwards compatibility with mod_plsql and we can ignore trying to install Oracle Fusion Middleware Web Tier Utilities...
    However, until then the TNS Names error generally means that there isn't a TNS alias set up for the database you have referenced in the mod_plsql dad. If you open up the dads.conf file you should see something like
    PlsqlDatabaseConnectString localhost:1521:databasealias
    If you then open a command prompt and do TNSPING databasealias you should get a response like this
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = localhost)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = ***)))
    OK (20 msec)
    If you don't it means you need to add it in.
    Hope this helps

  • How to install and work with oracle webcenter 11g

    Hi
    Will please guide how to install and work on oracle webcenter11g, i am fresher in oracle that's why. so please guide me
    Regards
    Rajesh P

    In order to create and develop a webcenter portal application, you only need to install JDeveloper and download the WeBCenter extensions. That's true.
    But this install does not include the WebCenter services like dicussions, document services, analytics,... If you want to use these and integrate them in your portal, then you would need to install the suite as described on my blog.

  • How to install multiple packages with pacman?

    Hi ,
    I guess it's a pretty noobish question but I wonder how to install multiple packages
    that have the same prefix with Pacman.
    To make myself more clear, I like to install all gstreamer packages and for that I would
    like something similar to
    pacman -S gstreamer10*
    Is there a command that does something like this available? Found nothing in the man pages.
    Maybe some tricky stuff with pipes?

    sH wrote:Hi ibendiben,
    thanks for your help, but I'm afraid, it does not work
    I'm so sorry, my fault, I couln't test it, and made some big mistakes.
    This time it's working:
    pacman -S $(pacman -Ss gstreamer0.10 | sed -n 's#^\([^/]*/gstreamer0.10[^ ]*\) .*$#\1#p')

  • How to install a package from a disc

    i have the file     sudo-1.7.2p3.tar    on a disk and i need to know how to install a package from a cd, what lines do i need to type to install it?:|

    If you are running as root, you can execute that command as ../../b43-fwcutter-011/b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o and there is no need for sudo.
    Btw, what wireless card is this? Have you tried searching for a pacman package for it?
    To access the cd drive, use the mount command. Enter man mount to read the manual. (I assume you do not have a graphical environment set up yet.)
    Last edited by fsckd (2010-05-12 04:37:52)

  • How can i use UTL_SMTP package in oracle 8i 1.5

    i want to use UTL_SMTP package to send mail but i have installed oracle 8i 1.5
    i know that UTL_SMTP package come with oracle 8i 1.6
    i will send mail from eudora
    thanks

    Hi,
    Run d:/oracle/ora81/rdbms/admin/utlsmtp.sql as SYS user. It create the package UTL_SMTP.
    Hope this helps.
    rukmini

  • How to call a package in Oracle

    I'm trying to call a package in oracle
    (this is the oracle way of calling it :
    begin pck$xl.get_year_low_high_to_date(:compid, 20010801 , 20020108 ",:year_low,:year_high,:year_average,:low_date,:high_date); end;)
    but i can't get it right.
    I'm new to package calling in Oracle from Java, till now i only worked with SQL statements without parameters of that kind, can someone help me with this?
    ps the ":compid" is a parameter i have to fill in and provide...
    thank you very much

    ok here is a test i do...
    but still doesn't work something about the bindvariables (check errorlog). I know a bit jdbc and i understant what you mean, but the problem is i don't know how this should go :(
    please advise
    import java.sql.*;
    import java.util.*;
    import java.text.*;
    import java.io.*;
    * @author  U97488
    public class test {
        public static void main(String[] args) {
            try{
                ConnectionSherpa cs = ConnectionSherpa.getInstance("ConnectionSherpa");
                Connection conn = cs.getConnObj();
                String sSQL = "begin?; pck$xl.get_year_low_high_to_date(?, 20010801, 20020801 ,:year_low,:year_high,:year_average,:low_date,:high_date); end;";
                CallableStatement stmt = conn.prepareCall(sSQL);
                stmt.setString(1, "BRU10");
                System.out.println(stmt.toString());
                if(stmt.execute(sSQL)){
                    System.out.println(stmt.getString(2));
            }catch (Exception e){
                e.printStackTrace();
    }StackTrace:
    java.sql.SQLException: ORA-06550: Regel 1, kolom 6:
    PLS-00110: Bindvariabele '1' is niet toegestaan in deze context..
            at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
            at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
            at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
            at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1451)
            at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:862)
            at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1839)
            at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1764)
            at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2354)
            at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:909)
            at com.kbcsecurities.taminoupdate.servlets.test.main(test.java:28)

  • How to install ODBC Drivers in Oracle

    Hello All,
    I want to install ODBC Drivers (from Oracle vender, Not from the DataDirect ).
    I have downloaded the ODBC Drivers for Sparc( from official Oracle website) but while installation it is asking for DriverManagers Installtion..
    Where Can I get this Driver Manager........
    Please help me how to install ODBC Drivers on Unix platforms....
    Sridhar.

    Please help me how to install ODBC Drivers on Unix platforms....You should be able to install them as a component of your client (or server) installation. Just use the Oracle Installer to add them.
    ~Jer

  • How to install OJDBC driver for oracle in PI7.1

    Hi,
       I am getting the following error for JDBC adapter communication .
    Error during database connection to the database URL 'jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=x.x.x.x)(PORT=x.x.x.x)))(CONNECT_DATA=(SERVICE_NAME=cpuerp)(SERVER=dedicated)))' using the JDBC driver 'JDBC DRIVER: oracle.jdbc.driver.OracleDriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Can not establish connection:: SAPClassNotFoundException: JDBC DRIVER: oracle.jdbc.driver.OracleDriver'
    Would like to install the OJDBC14.jar for oracle in PI 7.1 Can anybody help to let me know how to install the OJDBC.jar file in PI7.1?
    Thanks
    Regards
    suk4023

    Hi Sukande,
    Deployment procedure is same irrespective of operating system.
    On AIX, you have to copy the file com.sap.aii.adapter.lib.sda to your desktop and modify using winrar as explained in the below article and copy the modified file back to the respective path on AIX server.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00b4a020-4ae6-2c10-5a95-fed4ad9a4b60?QuickLink=index&overridelayout=true
    Thanks,
    Siva Kumar

  • How to install .rpm packages in Fedora Linux?

    Hi all
    I am trying to download .rpm packages for my Fedora 10 Linux but don't have a clue on how to install those? First of all, when I download them, they automatically go to my Home directory (that is on my desktop). However, when I login to the Terminal and then login as root...and give this command..
    rpm -i <rpm file name>
    or
    rpm -ivh <rpm file name>
    ...it says, there is no such file or directory. Now, my question is..how do I get these .rpm files (that are on my computer Home) to the root so that the above command can work and actually installs these?
    Please help.
    Thank you.

    error: Failed dependencies:libc.so.6()(64bit) is needed by binutils-2.15.92.0.2-15.0.0.0.2.x86_64
    libc.so.6(GLIBC_2.2.5)(64bit) is needed by binutils-2.15.92.0.2-15.0.0.0.2.x86_64
    libc.so.6(GLIBC_2.3)(64bit) is needed by binutils-2.15.92.0.2-15.0.0.0.2.x86_64
    libdl.so.2()(64bit) is needed by binutils-2.15.92.0.2-15.0.0.0.2.x86_64
    libdl.so.2(GLIBC_2.2.5)(64bit) is needed by binutils-2.15.92.0.2-15.0.0.0.2.x86_64
    Before you install any new rpms you need to make sure all dependencies are resolved.
    try running rrpm -qR binutils-2.15.92.0.2-15.0.0.0.2.x86_64.rpm
    and make sure you install all pre-requisites rpm. It seems to me complaining about in-correct version of glibcc..

  • How to install Business Package for CRM 4.0

    Hi,
    I have downloaded the same business package but I don't know how to install it on EP6.0 SP16.
    The business package is a .zip file and I don't think it would be accepted by the Portal Import or by SDM for deployment. Correct me if I am wrong.
    Can you please list down the steps to install it on Portal ?
    Any help on this would be appreciated. And points would surely be awarded.
    Regards

    Hi dude,
    Thanks for a prompt reply.
    The business package is a .zip file and it contains the following files and folders:
    1) Two folders namely global and roles
    2) .ivu, .pag, .par, .pkg, .tpl are the file extensions inside the zip
    I don't think it would be accepted by the Portal Import or by SDM for deployment. Portal Import needs .pkg for EP5.0 and .epa for EP6.0. SDM needs .sda or .sca files for deployment.
    Do you remember how did you deploy it or import it ? By the way, did you import it or deploy it ? Looking at the par files here, I am sure it has to be deployed. But I have never come across this .ivu, .pag and .pkg files for deployment. Secondly, I have never come across .par file in Portal Imports.
    Any clue ?
    Let me check if SDM accepts this .zip file.
    Regards,
    Deepti

  • How to install guest OS on Oracle VM???

    Hello, can anybody teach me how to install the guest OS on the Oracle VM?
    currently i installed the Oracle VM server 2.1.5
    Then i need to install Windows XP as the guest os on my machine..
    So, can any expert teach me step by step to install Linux on Oracle VM server??
    the coding is very need!
    Thanks alot!!
    notes: i need to install XP by using CD
    Edited by: user11339612 on Jul 2, 2009 6:07 AM

    It would not make much sense to give instructions on every specific OS. Basically, all you do is follow the directions to install a hardware virtualized vm. The OS you choose to install is not important. The steps in creating to VM and pointing it to the install media (windows cd) are important. Once the vm starts up and boots off the windows xm cd, you will complete the install via vnc connection (console)
    I installed virt-manager on my utility server to aid in getting on the console of my vm's without having to use the vm manager
    ~mike~

  • How to install XDK 10 on Oracle 920

    hello
    How to install XDK version 10 with Oracle 9 series.
    regards
    vinod

    This same question was cross-posted to another forum site
    [http://www.linuxquestions.org/questions/solaris-opensolaris-20/how-to-install-solaris-10-on-sun-ultra-enterprise-450-739614/|http://www.linuxquestions.org/questions/solaris-opensolaris-20/how-to-install-solaris-10-on-sun-ultra-enterprise-450-739614/]
    with the same unintelligible drivel.
    O.P.
    Go to Docs.Sun.Com and get the system's documentation. Also go get the OBP 3.x Command Reference manual while you are there. All you questions are answered in that documentation, except for those that are easily found with Google.
    [Example of a Google search for your question.|http://www.google.com/#hl=en&q=solaris+root+password&aq=f&oq=&aqi=g9&fp=KxYPMM6r3XA]

Maybe you are looking for

  • Memory leak in Tomcat 5.5

    Hi all, i am experiencing memory leaks while using tomcat 5.5 and mysql connector 3.1.7.. While running the attached code tomcat swallows up to 20 mb and doesnt return it. I close down everything but the app still leaks mem. For now it's not an issue

  • "iWorks" for iPad user manuals in PDF format

    I would like to download all the iPad version of iWorks for the iPad in The PDF format so I may be able to read them in iBooks. I have not been able to find the manuals in PDF. Am I missing something? Are the manuals only in HTML? Thank you in advanc

  • Apple TV wireless connection

    Hallo, I have a Apple TV connected to my wireless network created by a TC 500 GB. Till now I have used for the TC the wireless setting "Only 802.11n (5GHz) and everything was working pretty good. Now, since I have bought an iPod Touch, I needed to sw

  • Need PHP send button that works

    I have a Flash website with a web form that I cannot get the submit button to work. I was able to create a button for reset to work, which I will post that action after the one for my form. I have an instance of web form (which I placed onto my conta

  • Displaying windows messages from an appln.

    Hi, I'm creating a no-window java program. In that, when some exception occures I need to display a message box decribing the problem (like JOptionPane). Is there any method to display message box from non-window application? Have a nice time Thanks