ORA 1036 on OAS 4.0.8.1 PL/SQL Cartridge

I get an ORA 1036 error (illegal variable name/number) when clicking on a forms submit button. All of the parameters match the package and procedure body both in name and in type. There are 70 parameters that are being passed to the procedure, some of which have multiple values. Has anyone seen this error and know how to work around it?
Thanks

OK, I solved the problem on my own, here is the solution for everybody interested in it :
the definition of the procedure has to look like this :
CREATE OR REPLACE PROCEDURE MY_PROC (
num_entries IN NUMBER,
name_array IN OWA.vc_arr,
value_array IN OWA.vc_arr,
reserved IN OWA.vc_arr)
IS
BEGIN
Then you can use the variables "num_entries", "name_values", ...
BTW, it also works with the OAS 4.0
Oliver

Similar Messages

  • OAS 4.0.8.1- PL/SQL cartridge: Sessions

    Hi Folks,
    I am developing an application using OAS 4.0.8.1, I would like to know, is it advised to use the PL/SQL cartridge in session enabled mode? Ours is a online transaction system type of applicatin.
    What are the advantages and disadvantages of enabling the client sessions.
    Regards,
    Sachin Chhajed.

    I'm also interested in knowing how to access session variables in PL/SQL? I have only found descriptions of what session management is. I can't seem to find any sample code or documentation on the How Tos.
    Thanks,
    Paul
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by sachin:
    Hi Folks,
    I am developing an application using OAS 4.0.8.1, I would like to know, is it advised to use the PL/SQL cartridge in session enabled mode? Ours is a online transaction system type of applicatin.
    What are the advantages and disadvantages of enabling the client sessions.
    Regards,
    Sachin Chhajed.<HR></BLOCKQUOTE>
    null

  • ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 401

    I receive the following error by creating dataabse as below sql:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 401
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01119: error in creating database file '/sisdev04/dbs/users01.dbf'
    ORA-27039: create file failed, file size limit reached
    Additional information: 1
    CREATE DATABASE SISDEV04
         LOGFILE GROUP 1 ('/sisdev04/dbs/log01a.dbf','/sisdev04/dbs/log01b.dbf') SIZE 10M,
              GROUP 2 ('/sisdev04/dbs/log02a.dbf','/sisdev04/dbs/log02b.dbf') SIZE 10M
         NOARCHIVELOG
         CHARACTER SET ZHT16BIG5
         NATIONAL CHARACTER SET ZHT16BIG5
         DATAFILE '/sisdev04/dbs/system01.dbf'      
              SIZE 210M AUTOEXTEND OFF
         , '/sisdev04/dbs/rbs01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/temp01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/users01.dbf'
    SIZE 1050M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_index_ivr01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_ivr01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_index_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
    I have issue df to check the directory sisuat04
    / >df
    Filesystem 512-blocks Free %Used Iused %Iused Mounted on
    /dev/hd4 98304 45664 54% 2446 10% /
    /dev/hd2 2097152 78992 97% 30280 12% /usr
    /dev/hd9var 65536 20536 69% 308 4% /var
    /dev/hd3 294912 262432 12% 147 1% /tmp
    /dev/hd1 49152 5712 89% 1290 21% /home
    /dev/mfcobol 81920 25520 69% 608 6% /mfcobol
    /dev/magiclv 81920 22304 73% 346 4% /usr/magic
    /dev/sispro02lv 6553600 6347792 4% 18 1% /sisdev02
    /dev/sispro03lv 6553600 6347784 4% 19 1% /sisdev03
    /dev/sisappllv 229376 173288 25% 1846 7% /sisappl
    /dev/lvbaklog 98304 85552 13% 68 1% /app/bak_log
    /dev/noteslv0 1048576 541352 49% 2195 2% /notes
    /dev/noteslv1 4194304 1479304 65% 5269 2% /notesrv
    /dev/noteslv2 2097152 898128 58% 51 1% /notesrv/sitesch
    /dev/lvoracle 2097152 237240 89% 8280 4% /opt/oracle
    /dev/u01lv 4194304 128720 97% 11697 3% /u01
    /dev/sisdev01lv 4096000 3021552 27% 27 1% /sisdev04
    Is is still a not enough space problem?

    I receive the following error by creating dataabse as below sql:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 401
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01119: error in creating database file '/sisdev04/dbs/users01.dbf'
    ORA-27039: create file failed, file size limit reached
    Additional information: 1
    CREATE DATABASE SISDEV04
         LOGFILE GROUP 1 ('/sisdev04/dbs/log01a.dbf','/sisdev04/dbs/log01b.dbf') SIZE 10M,
              GROUP 2 ('/sisdev04/dbs/log02a.dbf','/sisdev04/dbs/log02b.dbf') SIZE 10M
         NOARCHIVELOG
         CHARACTER SET ZHT16BIG5
         NATIONAL CHARACTER SET ZHT16BIG5
         DATAFILE '/sisdev04/dbs/system01.dbf'      
              SIZE 210M AUTOEXTEND OFF
         , '/sisdev04/dbs/rbs01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/temp01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/users01.dbf'
    SIZE 1050M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_index_ivr01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_ivr01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_index_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
    I have issue df to check the directory sisuat04
    / >df
    Filesystem 512-blocks Free %Used Iused %Iused Mounted on
    /dev/hd4 98304 45664 54% 2446 10% /
    /dev/hd2 2097152 78992 97% 30280 12% /usr
    /dev/hd9var 65536 20536 69% 308 4% /var
    /dev/hd3 294912 262432 12% 147 1% /tmp
    /dev/hd1 49152 5712 89% 1290 21% /home
    /dev/mfcobol 81920 25520 69% 608 6% /mfcobol
    /dev/magiclv 81920 22304 73% 346 4% /usr/magic
    /dev/sispro02lv 6553600 6347792 4% 18 1% /sisdev02
    /dev/sispro03lv 6553600 6347784 4% 19 1% /sisdev03
    /dev/sisappllv 229376 173288 25% 1846 7% /sisappl
    /dev/lvbaklog 98304 85552 13% 68 1% /app/bak_log
    /dev/noteslv0 1048576 541352 49% 2195 2% /notes
    /dev/noteslv1 4194304 1479304 65% 5269 2% /notesrv
    /dev/noteslv2 2097152 898128 58% 51 1% /notesrv/sitesch
    /dev/lvoracle 2097152 237240 89% 8280 4% /opt/oracle
    /dev/u01lv 4194304 128720 97% 11697 3% /u01
    /dev/sisdev01lv 4096000 3021552 27% 27 1% /sisdev04
    Is is still a not enough space problem? i think you have specified 1050m for users01.dbf file, your file system /sisdev04 has something like
    1.5gb of free space. it failed because of lack of free space. may be you can reduce your datafile size or try to
    create in another filesystem.

  • Unable to run PL/SQL Cartridge (OAS 4.0.8.1, Redhat Linux Kernel 2.2, Oracle 8.1.5)

    PL/SQL Cartridge server refuses to come up.
    Config:
    =======
    OAS 4.0.8.1 on Redhat Linux Kernel 2.2
    Oracle 8.1.5 on Windows NT
    Remote access to the database using connect string
    The Linux m/c and NT m/c have recommended system requirements and domain registering. I could invoke the procedure from SQL plus and view the HTML contents using owa_util.showpage. Also, I could install PL/SQL Web Toolkit using the same DAD. But Cartridge server just refuses to come up. If anyone has a solution for this, it would be a great help!!
    P.S: Attached below is wrb.log
    Thanks,
    Kiran
    Wrb Log Contents
    ================
    02-11-2000 17:27:49 746919 devlinux `Broker` 2231 1 0x10fff `OWS-04764: Unable to bring up cartridge server, type icsawebsite, at devlinux. `
    02-11-2000 17:27:50 760451 devlinux `Dispatcher` 2361 1 0x2fff `OWS-04517: Error indicated by broker in getting cartridges of type icsawebsite/ckreddy. `
    02-11-2000 17:27:50 860311 devlinux `Dispatcher` 2361 1 0x2fff `OWS-04512: Request 604CD69E9EBF-A5EC-E000-16FAA8C00954 has internal error due to Error 4511. `
    02-11-2000 17:31:47 204347 devlinux `Broker` 2231 1 0x10fff `OWS-04764: Unable to bring up cartridge server, type icsawebsite, at devlinux. `

    We had the same problem with the PL/SQL cartridge (OWS-04764 ...). We solved our problem with a new kernel. Its important that you have a kernel with symmetric multi-processing support (SMP) enabled, independent if you have a one or two processor machine.
    I hope it will help you.
    Best regards
    Hans Hirter
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by icsanet:
    PL/SQL Cartridge server refuses to come up.
    Config:
    =======
    OAS 4.0.8.1 on Redhat Linux Kernel 2.2
    Oracle 8.1.5 on Windows NT
    Remote access to the database using connect string
    The Linux m/c and NT m/c have recommended system requirements and domain registering. I could invoke the procedure from SQL plus and view the HTML contents using owa_util.showpage. Also, I could install PL/SQL Web Toolkit using the same DAD. But Cartridge server just refuses to come up. If anyone has a solution for this, it would be a great help!!
    P.S: Attached below is wrb.log
    Thanks,
    Kiran
    Wrb Log Contents
    ================
    02-11-2000 17:27:49 746919 devlinux `Broker` 2231 1 0x10fff `OWS-04764: Unable to bring up cartridge server, type icsawebsite, at devlinux. `
    02-11-2000 17:27:50 760451 devlinux `Dispatcher` 2361 1 0x2fff `OWS-04517: Error indicated by broker in getting cartridges of type icsawebsite/ckreddy. `
    02-11-2000 17:27:50 860311 devlinux `Dispatcher` 2361 1 0x2fff `OWS-04512: Request 604CD69E9EBF-A5EC-E000-16FAA8C00954 has internal error due to Error 4511. `
    02-11-2000 17:31:47 204347 devlinux `Broker` 2231 1 0x10fff `OWS-04764: Unable to bring up cartridge server, type icsawebsite, at devlinux. `<HR></BLOCKQUOTE>
    null

  • File: e:\pt849-905-R1-retail\peopletools\SRC\PSRED\psred.cppSQL error. Stmt #: 1849  Error Position: 24  Return: 3106 - ORA-03106: fatal two-task communication protocol error   Failed SQL stmt:SELECT PROJECTNAME FROM PSPROJECTDEFN ORDER

    File:
    e:\pt849-905-R1-retail\peopletools\SRC\PSRED\psred.cppSQL error. Stmt #:
    1849  Error Position: 24  Return: 3106 - ORA-03106: fatal two-task
    communication protocol error
    Failed SQL stmt:SELECT PROJECTNAME FROM PSPROJECTDEFN ORDER
    BY PROJECTNAME
    Got this error when opening the peopletools application designer 8.49. The same is working fine within the server, but not working from the client's machine.
    We can still able to connect to the database & URL
    Please help by throwing some lights.
    Thanks,
    Sarathy K

    Looks like a SQL error. ARe you able to connect to the database with SQL*Plus ? Probably the Oracle client is badly configured.
    Nicolas.

  • OAS 4.08 , PL/SQL Cartridge , SSL3.0

    Hi ALL,
    Could someone give me any pointers in programming in the PL/SQL
    Cartridge(OAS 4.08) with SSL 3.0?
    Does implementing SSL 3.0 in the PL/SQL cartridge have to do
    with programming or are there some settings which i have to make
    on the OAS?
    (We will be configuring the Netscape Enterprise server as the
    OAS listener)
    gurus...help!!!!
    Thanx in advance
    Radhika
    null

    I'm also interested in knowing how to access session variables in PL/SQL? I have only found descriptions of what session management is. I can't seem to find any sample code or documentation on the How Tos.
    Thanks,
    Paul
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by sachin:
    Hi Folks,
    I am developing an application using OAS 4.0.8.1, I would like to know, is it advised to use the PL/SQL cartridge in session enabled mode? Ours is a online transaction system type of applicatin.
    What are the advantages and disadvantages of enabling the client sessions.
    Regards,
    Sachin Chhajed.<HR></BLOCKQUOTE>
    null

  • Can a pl sql cartridge get the client certificate through ssl in OAS

    I am In a web publishing system project, I use SSL and client certificate to verify the user, the environment is OAS4.0.6 and Oracle 8i, and I use PL SQL cartridge to proceed the http request , Now the problem is how can I get the client certificate infomation in my pl sql scripts, I do not know where should i post this problem, So I post it here, If you have any experience in using SSL of OAS, pls help me!
    tsailiang
    [email protected]
    thank you very much!

    Sorry wrong forum.....
    This forum is for the Internet File Server (ifs) not the oracle application server (oas), sometimes known as iAS or Oracle9i Applicaiton Server.
    null

  • How to make OAS 4.0.7 work with PL/SQL-Cartridge

    Hi folks,
    it took me some days, but now I've found the solution:
    1. Although the OAS 4.0.7 seems to work fine on a 2.2-Kernel,
    the PL/SQL-Cartridge will definitely never work!!!!!!
    I don't know exactly why, but I've installed all
    relevant libs, but it won't work, whatever I do.
    2. I've installed the OAS on an old 2.0.36-Kernel (SuSE 6.0),
    and everything works fine!
    The only thing you have to take care of is to set the
    domainname BEFORE installing the OAS. The installation
    procedure queries 'domainname', not 'dnsdomainname' to
    get the domain. And if you don't have YP configured by
    chance, your hostname will look something like
    'myhost.(none)' in every OAS configuration file
    (and there are a lot), which prevents the ORB from starting.
    I hope that will help someone out there
    Greetings
    Jochen
    null

    Jochen Kutscheruk (guest) wrote:
    : Hi folks,
    : it took me some days, but now I've found the solution:
    : 1. Although the OAS 4.0.7 seems to work fine on a 2.2-Kernel,
    : the PL/SQL-Cartridge will definitely never work!!!!!!
    : I don't know exactly why, but I've installed all
    : relevant libs, but it won't work, whatever I do.
    : 2. I've installed the OAS on an old 2.0.36-Kernel (SuSE 6.0),
    : and everything works fine!
    : The only thing you have to take care of is to set the
    : domainname BEFORE installing the OAS. The installation
    : procedure queries 'domainname', not 'dnsdomainname' to
    : get the domain. And if you don't have YP configured by
    : chance, your hostname will look something like
    : 'myhost.(none)' in every OAS configuration file
    : (and there are a lot), which prevents the ORB from starting.
    : I hope that will help someone out there
    : Greetings
    : Jochen
    This would really be great, if this works.
    Can anybody confirm this ?
    To bad i need a 2.2 kernel for my raid diskset :(
    Greetings, Eric.
    null

  • ORA-01821: date format not recognized Error in PL/SQL report-4.0

    Hi,
    I am using Apex 4.0 and i have a Classic report(function returning query) which selects a date column.
    The query runs at the backend and gives the output.
    But when i run the report on the page, i get the error
    report error:
    ORA-20001: Error fetching column value: ORA-01821: date format not recognizedThe values for the date column are like this 14-MAR-13,01-FEB-13 etc... Everything seems to be right.
    But I have no idea why this error occurs.
    Thanks
    Divya

    Aren't these errors annoying! But there's a data / format mismatch for sure. What I need to see -- and what will tell you what is wrong -- is
    1) exactly what the data is and
    2) exactly what the format string is that is being used to convert it.
    The values for the date column are like this 14-MAR-13,01-FEB-13 etc... Question: Is this the source data or the target data ( what it's supposed to look like after being converted)?
    Let's start there:
    What is the source? Is it a DB column? Is it type date or VARCHAR2 or what?
    If VARCHAR2, then give us an example of the data that is failing.
    What is the format -- I assume there is one -- being used to convert the data?
    Are you doing a TO_CHAR or a TO_DATE?
    Give us lots of detail, please. Then it should be easy to solve.
    Regards,
    Howard

  • ORA-28367: wallet does not exist  Re-Post From SQL PL/SQL

    Hi all
    Please Help about this
    The Detail of Sqlnet.ora file
    and Wallet is under wallet Directory
    ENCRYPTION_WALLET_LOCATION = (SOURCE = (METHOD=FILE) (METHOD_DATA =
    (DIRECTORY = d:\oracle\product\10.2.0\admin\ORA10DB\wallet)))
    But i want to Alter Through SYS then Error Msg is Apr as
    ALTER SYSTEM SET ENCRYPTION WALLET OPEN AUTHENTICATED BY "a0000000"
    ERROR at line 1:
    ORA-28367: wallet does not exist

    ORA-28367:     wallet does not exist
    Cause:     The Oracle wallet has not been created or the wallet location parameters in sqlnet.ora specifies an invalid wallet path.
    Action:     Verify that the WALLET_LOCATION or the ENCRYPTION_WALLET_LOCATION parameter is correct and that a valid wallet exists in the path specified.
    ~ Madrid

  • ORA-6502 Value or Numeric Error while connecting to Sql-Plus - URGENT

    Hello,
    I am getting ORA-6502 error, "Error accessing Package Dbms_application_info" everytime I connect to Sqlplus. I tried running catproc and catalog but still getting the same message. I dont get this message when I connect to SVRMGR. I am not able to perform export also due to this error. Can anybody help me please??
    Thanks,
    R. Magesh.

    Hello,
    I am getting ORA-6502 error, "Error accessing Package Dbms_application_info" everytime I connect to Sqlplus. I tried running catproc and catalog but still getting the same message. I dont get this message when I connect to SVRMGR. I am not able to perform export also due to this error. Can anybody help me please??
    Thanks,
    R. Magesh. Did you run catproc and catalog as SYS while the database was opened in RESTRICT mode? If not, then do that. Also, do SELECT * FROM dba_objects WHERE status='INVALID'; to see if there are other invalid objects that need to be compiled.

  • ORA-12154: TNS:could not resolve... - sql plus works, env vars are set...

    Hi,
    I am getting this error message in my ASP.Net apps (namespace Oracle.DataAccess.Client) and any app that tries to use the Oracle Provider for OLE DB.
    Error:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Here is what I do know:
    - My ORACLE_HOME is set to C:\oracle\product\11.1.0\client_1\
    - My path has C:\oracle\product\11.1.0\client_1\network\admin;C:\oracle\product\11.1.0\client_1\bin;
    - I installed Oracle Client 11g, previously 10g was working but one of the devs wanted to upgrade
    - I can connect using sqlplus user/pass@tnsname
    - I can test tns entries successfully in Net Manager
    Here is what I don't know:
    - When using OLE connections, why does Oracle Provider for OLE DB not pick up on the environment variables - sql plus seems to, that's why it works.
    - In ASP.Net, why does the connection object from Oracle.DataAccess.Client not pick up the correct environment variables?
    - How do the Oracle drivers pick up the location of the TNS names?
    Thanks,
    Michael
    Edited by: user2750352 on 04-May-2009 07:51

    Hi,
    What "environment variables" are you referring to that you have set? You shouldnt have to set any, unless you're talking about TNS_ADMIN just to avoid having to configure multiple TNSNames.ora's if you have multiple homes.
    Your PATH doesnt need to include OH\network\admin, but thats not hurting anything. PATH is for dll loading, not for finding config files.
    Do you still have 10g installed? When you connect using sqlplus user/pass@tnsname, are you using 11g sqlplus? Or is that coming from the 10g client? Multiple homes arent aware of each other, so if you have a 10g home and an 11g home, you'd have to configure tnsnames.ora for both (or use tns_admin).
    As far as I know, the client software picks up tnsnames.ora by checking:
    1) the local working directory
    2) the tns_admin directory
    3) the network\admin directory of the client home being used.
    Hope it helps,
    Greg

  • OAS and PL/SQL cartridges

    I installed the PL/SQL web toolkit into our
    database and it seems to have crashed all of
    the OAS listeners. When I use the "owsctl start" command, I now get the following error: Error initializing CORE
    Please check if the ORACLE_HOME is set correctly
    What happened?
    null

    Go the url:
    http://localhost:7777/pls/sample/admin_/gateway.htm?schema=owa_public
    For listener there isn't web page.
    Simply edit your $ORACLE_HOME/Apache/Apache/conf/httpds.conf
    Best regards, Marcelo.

  • ORA-00902 when altering object types in a PL/SQL procedure

    The types are altered to the same, so why gives it an error?
    Here is how to see the error:
    1.     Create the described objects below in an Oracle database (I used 8.1.7).
    2.     Create a bpel-project using the procedure (via a database adapter), and deploy it.
    3.     Check to see it works.
    4.     Drop the object-types and create them again, and recompile the procedure.
    5.     Activate the bpel-process again - and it will fail with error code 902: invalid datatype (and ORABPEL 11811).
    CREATE OR REPLACE
    TYPE T_TEST AS OBJECT
    ( AAR NUMBER,
    BILAGNR NUMBER
    CREATE OR REPLACE
    TYPE T_TESTS
    IS TABLE OF T_TEST
    CREATE OR REPLACE
    PROCEDURE TestAlterType (aType T_TESTS) IS
    BEGIN
    NULL;
    END;
    Regards,
    Flemming

    In such situation, I changed the BPEL wrapper package and made the BPLE generated wrapper package an Invalid Object (Ref below if needed). Now, I tested the Application from BPEL console. Then I got the Application Package is not exists. (Basically an error condition).I think now the Toplink cache gets disrupted. Then I corrected the BPEL generated Wrapper Package. Then executed the BPEL wrapper Package in database. Now I used BPEL console to test it again. It worked fine...
    This way you can avoid Restarting the OPMN..
    (One easy Step to Make Invalid Object)
    1) Intentionally remove the ending ';' in the BPEL wrapper packages. And run the script in database. This Package body will become invalid.

  • Simple example of image with OAS 4.0.8.1 PL/SQL

    Hi,
    Does anyone have a simple example which reads an interMedia image (e.g. gif, jpeg stored in database) and places it on a web page using the Oracle Application Server PL/SQL cartridge ?
    WebDB can do it so it must be possible!
    Any help would be much appreciated.
    All the Best.
    Niall.

    I don't have any examples, but you can use the interMedia Web Agent to place URLs in an HTML file in order to retrieve images and put them on a web page.
    In your HTML file, you can use images tags in the following way:
    <img src="/intermedia/dbagent/mediaget/get_picture/1">
    instead of
    <img src="test_image.gif">
    In this example, "dbagent" is your Database Agent you have defined using the interMedia Web Agent, "mediaget" is the request mode for retrieving data from the database, "get_picture" is your PL/SQL procedure, and "1" is the key value used to locate the object you are retrieving.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by niallmcp ():
    Hi,
    Does anyone have a simple example which reads an interMedia image (e.g. gif, jpeg stored in database) and places it on a web page using the Oracle Application Server PL/SQL cartridge ?
    WebDB can do it so it must be possible!
    Any help would be much appreciated.
    All the Best.
    Niall.<HR></BLOCKQUOTE>
    null

Maybe you are looking for

  • Send Issues with Outlook for Mac (2011 / V15) and Exchange 2013 SP1

    Hi all, we have a strange issue with only with Outlook for Mac Users (version 2011 and the newest Outlook Version (V15) from Office 365) connected to our Exchange Server 2013 SP1. Some emails which we send out to the exactly same recipient are not se

  • How do I get my mobile data on iPhone 3g

    HI do I get my mobile data on iPhone 3. Everything else works apart from this. Second hand iphone . I put my sim nix

  • Is it possible to set up member accounts for a website?

    I am working on making a website for a magazine publication, and would like to have material available for subscribers once they have made an account on the website. Is this possible with Muse?

  • App iPhone recognition

    Hello all. I'm just curious as to how some apps are able to uniquely identify an iPhone? Even once an app has been uninstalled and later reinstalled (using different usernames etc). Is it just identifying the iPhone's serial no? Could this be a secur

  • How to find hours between sysdate and  max of timestamp field

    Hi, Could someone help me out of this query,when iam running thIs query iam getting this error and query is Select trunc((Sysdate - MAX(LASTMODIFIED))*24)||':'||trunc(Mod((Sysdate-MAX(LASTMODIFIED))*24*60,60)) From STATUS_CLAIMS; ERROR:ORA-00932:INCO