Demo Portal not available. on Oracle's OTN. where ?

I found a tutorial for Portal 3.0 and there shuold be a piece of demo software to use it with the tutorial.... but i can't find it on the Oracle's technet..
who can help...??

Hi Justin,
Please get the answers of your queries
The error you're getting is coming from the SMTP server you are trying to connect to.
- What SMTP server is your database configured to use?
Reply - I am using IIS(5.0)
- What SMTP server is the database where this code is working configured to use?
Reply - Same IIS. Database is installed locally on my machine only. I am trying to send mail locally to me only,Not to the outside person.
- Has the SMTP server been configured to allow connections from both machines?
Reply - Yes
One more query, do we really require to set the SMTP_OUT_SERVER parameter for SCOPE=BOTH
ALTER SYSTEM SET smtp_out_server = '172.16.1.10' SCOPE=BOTH
I am not able to set like this for BOTH,only for SPFILE i can set ?.
My SMTP Server IP=172.16.1.10
PORT- 25
Thanks
Manoj

Similar Messages

  • Pro C Demo files not available in Oracle 11g

    Hi
    I have recently installed Oracle 11g rel1 in windows XP from downloading from oracle site. But no Pro C precompiler demo file or pcmake.bat file is installed in with this installation. As result i am not able to produce executable from .pc file. Can anyone help how i can install these files?
    Thanks
    Sas

    Pl post details of your OS and specific 11g versions. Assuming the OS is some certified version of Windows, the Pro*C/C++ compiler is a pre-req for the Oracle install. It needs to be installed separately (and before) the Oracle install.
    http://download.oracle.com/docs/cd/E11882_01/install.112/e10843/reqs.htm#CHDHGGFE
    HTH
    Srini

  • DBMS_PROPAGATION_ADM.CREATE_PROPAGATION not available in Oracle 8i

    Hi,
    I need to propagate message from queue in Oracle 8i to queue in Oracle 9i.
    From Oracle 9i, I am able to propagate message by creating subscriber and creating propagation by
    DBMS_PROPAGATION_ADM.create_propagation.
    I am using same steps to propagate message from queue in Oracle 8i to queue in Oracle 9i.
    However, DBMS_PROPAGATION_ADM.create_propagation is not available in Oracle 8i.
    Is there any alternate way of propagating message from Oracle 8i ?
    Thanks,
    Shailesh

    create a PL/SQL function in your Oracle8 database that can dequeue the message from your Oracle8 queue; this function will call DBMS_AQ.DEQUEUE to read the message object. Lets call it DEQUEUE8;
    In the function, break out the object into its members (the individual scalar elements of the object type) and return those as OUT parameters. Use the function return value to tell you success or failure (eg timeout).
    Now, from Oracle 9, call that procedure remotely across a database link:
    declare
      ... variables
    begin
      -- loop for ever (or at least until you get a stop signal of some type)
       while 1=1 loop
         result := dequeue8@orcl8(p1, p2, p3, ...);
         if result < 0 then
          ... report error
         else
            ... pack the values p1,....p3, ... into your Oracle9 payload object, then
            DBMS_AQ.ENQUEUE(...);
         end if;
      end loop;
    end;I'll leave it to you to do the hard work!
    HTH
    Regards Nigel

  • Dbms_aq.namespace_aq is not available in Oracle 8i.

    Hi,
    I have created persistent queue in Oracle 8i, I have also created the subscriber.
    But I have read that in order to notify when the message arrives in queue, in sys.aq$_reg_info namespace must be dbms_aq.namespace_aq for persistent queue, and I suppose dbms_aq.namespace_aq is not available in Oracle 8i.
    Is it True ?
    If yes, then is there any other way to notify when the message arrives in a persistent queue ?
    Your thoughts are appreciated.
    Thanks,
    Shailesh

    Hi,
    True, notification is a 9i and up feature. It works like this: A job owned by SYS is polling every few seconds and checks on any queue's/subscribers that are defined/signaled for notification. If a message arrives in these queue's another AQ-message is inserted into queue SYS.SRVQUEUE. The payload of this message among others consists of the call-back procedure which is executed.
    So, what you could do is build the nofication system yourself. Create a job that polls your notification queue and check if a new message has arrived and then execute your call-back procedure.
    Regards,
    H

  • Oracle 9i feature not available in Oracle 10g

    The following query does work in Oracle 9.2.0.4 (and 9.2.0.5), but does not work in Oracle 10.1.0.3 (Linux)
    SELECT *
    FROM MEDIA_CONTENT
    WHERE EXISTSNODE
    (MCON_XML,
    '/rdf:RDF/rdf:Description[ora:contains(dc:title,"Whale")>0]',
    'xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ora="http://xmlns.oracle.com/xdb"')
    The error message
    ORA-29913: error in executing contains callout
    ORA-15198: operation [contains with non-leaf node] is not yet available
    indicates, that this feature is not yet available in Oracle 10.1.0.3
    Does anybody know, when this feature is available in Oracle 10, too ? Already in 10.1.0.4 ? Or in Oracle 10g Release 2 ?
    Thanks,
    Ulf

    I assume you have Windows on the client. The "Drivers" page of the ODBC_DSA should list all installed drivers. You require:
    name= Oracle ODBC Driver
    version= 8.01.07.00 (or something similar)
    company= Oracle Corporation DO NOT USE the Microsoft one.
    If this does not show, then either it was not included in the Oracle Client installation or you have not rebooted after the Oracle Client installation; the ODBC driver is not visible until rebooted.

  • Oracle 9 feature not available in Oracle 10

    The following query does work in Oracle 9.2.0.4 (and 9.2.0.5), but does not work in Oracle 10.1.0.2 (Linux)
    SELECT *
    FROM MEDIA_CONTENT
    WHERE EXISTSNODE
    (MCON_XML,
    '/rdf:RDF/rdf:Description[ora:contains(dc:title,"Whale")>0]',
    'xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ora="http://xmlns.oracle.com/xdb"')
    The error message
    ORA-29913: error in executing contains callout
    ORA-15198: operation [contains with non-leaf node] is not yet available
    indicates, that this feature is not yet available in Oracle 10.1.0.2
    Does anybody know, when this feature is available in Oracle 10, too ? Already in 10.1.0.3 ?
    Thanks,
    Ulf

    I assume you have Windows on the client. The "Drivers" page of the ODBC_DSA should list all installed drivers. You require:
    name= Oracle ODBC Driver
    version= 8.01.07.00 (or something similar)
    company= Oracle Corporation DO NOT USE the Microsoft one.
    If this does not show, then either it was not included in the Oracle Client installation or you have not rebooted after the Oracle Client installation; the ODBC driver is not visible until rebooted.

  • ORA-01034: ORACLE not available in Oracle XE.

    Hi, diarilly i work with Oracle XE run on Windows XP Profesional SP2, 40GB Hard Disk, 512 RAM y Intel Pentium 4(1.60 GHz.), ocassionally i connect to Oracle XE with Apex 2.1 or SQL Developer 1.2 or SQL*Plus, and display message error:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    The services automatics,
    ..., i check the services(OracleServiceXE, OracleTNSServiceXe), ALL OK.
    I solve thus this:
    1. Stop Database
    2. Start Database
    Like avoiding this errors?
    Thanks.

    This possible that your machine it is low memory resource.
    See another services in machine that its cosumes memory resource and how much it is available to machine!
    Regards,
    Rodrigo Almeida

  • ORA-01034: ORACLE not available with oracle 10.2 in Ubuntu server 11.10

    Hi all,
    I have this error message with my new installed oracle-xe 10g (10.2):
    luc@cuba:~$ sqlplus system
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 9 23:25:43 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Or if I try with SYSDBA:
    luc@cuba:~$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 9 23:34:34 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    If a did the status command:
    luc@cuba:~$ sudo /etc/init.d/oracle-xe status
    [sudo] password for luc:
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-JAN-2012 23:29:00
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 09-JAN-2012 22:44:12
    Uptime 0 days 0 hr. 44 min. 47 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cuba)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    What I did wrong?
    Regards,

    user13538830 wrote:
    Hi all,
    I have this error message with my new installed oracle-xe 10g (10.2):
    luc@cuba:~$ sqlplus system
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 9 23:25:43 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Or if I try with SYSDBA:
    luc@cuba:~$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 9 23:34:34 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    If a did the status command:
    luc@cuba:~$ sudo /etc/init.d/oracle-xe status
    [sudo] password for luc:
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-JAN-2012 23:29:00
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 09-JAN-2012 22:44:12
    Uptime 0 days 0 hr. 44 min. 47 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cuba)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    What I did wrong?First, you installed on an unsupported OS.
    Second, you apparently did not Read The Fine Manual, Installation Guide
    post results from following OS command
    env | sort

  • ORA-29278: SMTP transient error:421 Service not available on oracle 10g

    HIi,
    I am trying to send e-mails by using PL/Sql procedure . I am using UTL_MAIL/UTL_SMTP on oracle 10g R1 database.
    There is no problem in creating procedure,but when i am doing execution i am getting the mention error.
    I am trying to send mail with attachment as excel file.
    ORA-20001: The following error has occured: ORA-29278: SMTP transient error:
    421 Service not available
    ORA-06512: at "SCOTT.MAIL_ATT_RAW", line 64
    ORA-06512: at line 1
    -----my procedure code------
    CREATE OR REPLACE PROCEDURE mail_att_raw(filename varchar2) AS
    fil BFILE;
    file_len PLS_INTEGER;
    MAX_LINE_WIDTH PLS_INTEGER := 54;
    buf RAW(2100);
    amt BINARY_INTEGER := 2000;
    pos PLS_INTEGER := 1; /* pointer for each piece */
    filepos PLS_INTEGER := 1; /* pointer for the file */
    filenm VARCHAR2(50) := filename; /* binary file attachment */
    data RAW(2100);
    chunks PLS_INTEGER;
    len PLS_INTEGER;
    modulo PLS_INTEGER;
    pieces PLS_INTEGER;
    err_num NUMBER;
    err_msg VARCHAR2(100);
    resultraw RAW(32000);
    BEGIN
    /* Assign the file a handle */
    fil := BFILENAME('BFILE_DIR', filenm);
    /* Get the length of the file in bytes */
    file_len := dbms_lob.getlength(fil);
    /* Get the remainer when we divide by amt */
    modulo := mod(file_len, amt);
    /* How many pieces? */
    pieces := trunc(file_len / amt);if (modulo <> 0) then
    pieces := pieces + 1;end if;/* Open the file */
    dbms_lob.fileopen(fil, dbms_lob.file_readonly);/* Read the first amt into the buffer */
    dbms_lob.read(fil, amt, filepos, buf);/* For each piece of the file . . . */
    FOR i IN 1..pieces LOOP/* Position file pointer for next read */
    filepos := i * amt + 1;/* Calculate remaining file length */
    file_len := file_len - amt;/* Stick the buffer contents into data */
    data := utl_raw.concat(data, buf);/* Calculate the number of chunks in this piece */
    chunks := trunc(utl_raw.length(data) / MAX_LINE_WIDTH);/* Don't want too many chunks */
    IF (i <> pieces) THEN
    chunks := chunks - 1;
    END IF;/* For each chunk in this piece . . . */
    FOR j IN 0..chunks LOOP/* Position ourselves in this piece */
    pos := j * MAX_LINE_WIDTH + 1;/* Is this the last chunk in this piece? */
    IF (j <> chunks) THEN len := MAX_LINE_WIDTH;
    ELSE
    len := utl_raw.length(data) - pos + 1;
    IF (len > MAX_LINE_width) THEN
    len := MAX_LINE_WIDTH;
    END IF;
    END IF;/* If we got something, let's write it */
    IF (len > 0 ) THEN
    resultraw := resultraw || utl_raw.substr(data, pos, len);
    END IF;
    END LOOP;/* Point at the rest of the data buffer */
    IF (pos + len <= utl_raw.length(data)) THEN
    data := utl_raw.substr(data, pos + len);
    ELSE
    data := NULL;
    END IF;/* We're running out of file, only get the rest of it */
    if (file_len < amt and file_len > 0) then
    amt := file_len;
    end if;/* Read the next amount into the buffer */dbms_lob.read(fil, amt, filepos, buf);
    END LOOP;/* Don't forget to close the file */
    dbms_lob.fileclose(fil);
    SYS.UTL_MAIL.SEND_ATTACH_RAW(sender => '[email protected]', recipients => '[email protected]',subject => 'Testmail', message => 'Hallo', attachment => resultraw, att_filename => filename);
    EXCEPTION
    WHEN OTHERS THEN--dbms_output.put_line('Fehler');
    raise_application_error(-20001,'The following error has occured: ' || sqlerrm);
    END;
    Please suggest me what settings i need to change. This same procedure is running on another maching,but not on my machine.
    If somebody is having any other simple procedure ,please help me.
    My SMTP port -25
    Thanks in advance.

    Hi Justin,
    Please get the answers of your queries
    The error you're getting is coming from the SMTP server you are trying to connect to.
    - What SMTP server is your database configured to use?
    Reply - I am using IIS(5.0)
    - What SMTP server is the database where this code is working configured to use?
    Reply - Same IIS. Database is installed locally on my machine only. I am trying to send mail locally to me only,Not to the outside person.
    - Has the SMTP server been configured to allow connections from both machines?
    Reply - Yes
    One more query, do we really require to set the SMTP_OUT_SERVER parameter for SCOPE=BOTH
    ALTER SYSTEM SET smtp_out_server = '172.16.1.10' SCOPE=BOTH
    I am not able to set like this for BOTH,only for SPFILE i can set ?.
    My SMTP Server IP=172.16.1.10
    PORT- 25
    Thanks
    Manoj

  • "Always Available off line" menu item not available for user on computer where another does see it. This is on Active Directory Computer

    I have a lap top that I want to add files via Always available off line.
    When I logon and right click on a folder share I can see the menu item all was available offline.  When the user logs on this option is not available.  I have turned the feature on and off, rebooted, I have deleted the cache folder but I cannot
    see how to get this menu item to show up.  It's odd that it shows up for one user but not another on the same computer.  I have searched the web and tried the above things and others but cannot seem to resolve this problem.  It seems pretty
    common and their. This computer is on a domain.
    thanks.

    Hi,
    So as we edited the group policy settings in the default domain policy, the menu item is now available?
    And as we are in a domain environment and the settings is configured under the default domain policy, how the domain users behave different from each other? Which someone could see and the other not?
    Could we please generate a
    GPO report to take a check?
    And regarding group policy issue, it is recommended to seek help in the group policy forum, experts there may share some insights:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserverGP
    Best regards
    Michael Shao
    TechNet Community Support

  • Apex new demo apps not compatible with oracle xe apex: your opinion

    Hi,
    I post here only to ask why new apps are compatible only with apex 2.2.
    Is apex 2.2. so different from apex include in Oracle Xe?
    Not so much by me.
    Oracle xe under my opinion and as Oracle says as well his an dmbs
    that let you grow your organization, but my question again is:
    why distribute Xe without an update apex 2.2 ?
    By the way i've looked at all application demo built on apex 2.2. and by me they can be built as well using 'apex xe'.
    My question again is: is a good politcs build demo apps that runs only on apex 2.2 when Oracle distribute apex xe free to deploy / develop and with apex bundled in it but not upgradable(or better with some tricks i've successfully installed 2.2 on apex, but it's not supported)?
    Is so difficult to distribute an Oracle xe version with an up to apex each time and a backward compatibility?
    My opinion is that oracle lose a lot of potential and growing user at that time.
    Thanx to hear your opinion as well

    Hi Chris,
    i agree: the point is that under my opinion apex has really a big potential.
    This potential lies as well in the nr of user.
    I've built a quite complex marketing apps that have been used to estabilish our office in Singapore.Without Apex and with my daily task this would be unthinkable at to such an application.
    I mean: oracle xe has been built with a really good purpose in mind: let grow little - medium company to medium -bigger.
    In the first phase is unthinkable at all for a firm to have:
    - an in house group of developer.
    - an expensive Oracle commercial licence.
    With apex i think you can build (however after a couple of month of few practice):
    - very stable application.
    - has a really convenient way of deployment (compared with maybe a microsoft access environment with different office version and different pcs...).
    - a very very fast way of development that can hide (if your are enough creative and feel confident with Apex) the scripting language for the bost common task based on data logic.
    Now again, who lose there is Oracle, why a tool like apex under my opinion can really increased the number of customer that change to Oracle commercial license.
    If the free version of Apex isn't supported as the official one, a lot of user could leave the choice of adopting Xe today (only because a demo app at first sight doesn't seem to work), and Oracle10g in the future.
    Bye

  • Oracle Enterprise Linux 5.4 32bit is not available in oracle edelivery.

    now, Oracle Enterprise Linux 5.4 32bit not in oracle edelivery. the zip file have no speed. but the new release is normal.
    From where can i download it. thank you!

    Hi,
    The Oracle Enterprise Linux 5.4 is in oracle edelivry in URL with a file .zip.
    - Select a Product Pack: Oracle Linux
    - Platform: x86 32 bits
    Then, choose Oracle Linux Release 5 Update 4 Media Pack for x86 (32bit)
    - DownLoad
    - Decompress and you find the Enterprise-R5-U4-Server-i386-dvd.iso
    an enjoy you self
    I hope this can help you
    Best Regards

  • Oracle Exam result not available on Oracle CertView account

    Hello,
    I have given my Oracle PL/SQL Developer Certified Associate exam (1z0-147) today i.e. 9th March, 2013. But I have not received my exam result till now and no mail also from Oracle and in my oracle certview account also result for that exam is not present. I have given exam from a authorized PearsonVUE centre. And in my PearsonVUE account my exam status is showing as "Taken".
    Is this because of some server problem or something else. Please help with the same.

    .... I always thing there has to be a higher risk of a delay at the weekends. The information has to get from the Test Center to Pearson VUE Central Systems through to Oracle Certifcation systems. With inevitable reduced staffing at weekends, timezone differences, weekend maintenances there surely has to be a higher risk of a delay at weekends. My opinion only. Hopefully it all sorts itself out by end of play monday PDT.

  • Demo application not available

    I got 10g database and companion products installed on my windows 2000. I can successfully log on HTMLDB as admin user.
    Everything looks fine except that I couldn't find the sample demonstrations. There is no link in the 'Administration Home' page.
    Any idea?
    Thanks.

    "304589",
    You will need to create a workspace and then login to that workspace.
    I recommend at least scanning Chapter 2 - Quick Start of the HTML DB documentation.
    http://download-west.oracle.com/docs/cd/B13789_01/appdev.101/b10992/mvl_start.htm#sthref24
    Joel

  • Hp 3653 driver not present in windows 7 enterprise edition.. Not available on HP site also.Where?

    Need to locate HP driver for HP inkjet printer 3653 for windows 7 64-bit enterprise edition. HP site does not have one. The OS on my laptop does not have one. Appreciate if HP can make this available. thx.

    I have a similar problem.  There does not seem to be a way to get the Windows 7 driver for my network connected HP laser Printer.  HP seems to have the driver, but the software you are supposed to download won't let you install it because the printer is not installed on the Windows 7 machine, but on another computer on the network. Windows 7 won't install the printer without the driver.  Catch 22.

Maybe you are looking for

  • Issues installing DVD drive on Power Mac G3

    I know that there is no place for G3's so I hope that it's alright asking about it here. I bought a DVD drive for my Power Mac G3, took out the old CD drive and then put the new one in. It also said that I needed a decoder card so I got that too and

  • Brush tool doesn't work

    I have just downloaded Photoshop Touch to my Samsung Galaxy Tab 10.1 which is running Android 4.0.4. The brush tool doesn't seem to work. I was wondering if this software is supported on this tablet.

  • Problems installing cs3

    Hi,  I'm having problems installing flash cs3 on a computer from a disk, the computer has had both flash 8 and flash cs6 installed on it before but both are suppose to be removed. Anyone with similar problem or any ideas?

  • MB51 sales order no. not visible

    Dear SAP GURU's There is a problem in MB51 where if the special stock indicator is 'E' (Orders in hand) then only the sales order is available else it is not available. why? please explain Regards

  • Can I burn to mini-DVD disc

    Can I burn to mini-DVD discs on my iBook G4? I have a superdrive and I have burned the project succesfully on a regular DVD but the person that I am burning it for was told it had to be turned in on a mini-DVD. Not knowing if the mini would be compat