Biometric solution in apex oracle

Hello Sir,
I want to access bio metricc feature in Apex application . How can be use it and do any connectivity or through any procedure .
hw can we attached biometric system to apex oracle application . Plz give me any solution .
Thanx

I haven't done this before but it's something that has crossed my mind.
Do you need it for authentication purposes?
Kofi

Similar Messages

  • Error in uploading file on Apex.oracle workspace

    hi,
    I got workspace on apex.oracle for making demo application.
    i have made an application and exported it then translated it to italian.
    Now after uploading it when i am trying to do
    "APPLY XLIFF TRANSLATION" it is giving following error.
    ORA-04063: package body "XDB.DBMS_XMLPARSER" has errors ORA-06508: PL/SQL: could not find program unit being called.
    Error updating translatable text using XLIFF file.
    Please kindly help me in this.
    thanks
    sanjay.

    I have finally got it working.
    I copied the version of webutil.pll file from the developer suite onto the server.
    This has got it working and the file(s) I am uploading are going through correctly.
    I still have one query though. The progress bar which displays the upload progress seems to be in the top left corner of the screen, any parameters we can set so as to get it in the middle of the screen?
    Thanks,
    Rishikesh

  • What are the solutions offered by Oracle to handle length based products

    We are on 11.5.10. Current version treats beams as each, we have 30 feet beams, 20 feet beams etc.
    We do not want to set-up different items for each length of beam.
    We need ability to tell we have 10 pieces of 26 feet beams in inventory.
    Currently we can only tell we have 260 feet of beams.
    Current solution treats it discretley. We need ability to sell length based items, receive length based items, do inventory management based on length based items.
    a) What are the solutions offered by Oracle in latest releases for Length based products or for Mill products.
    b) If there are any solutions offered by Oracle to handle length based or mill products, can these be back ported to Oracle 11.5.10?

    Please do not create duplicate posts across the forums -- What are the solutions offered to handle length based or mill products?

  • Application in apex.oracle workspace

    hi,
    I got workspace on apex.oracle for making demo application.
    having
    Workspace :SANJAY_WS
    User ID :[email protected]
    Password :huveku
    Application -Id id 20376
    I made an application (id 20376) and exported it then translated it to italian.
    It is being uploaded now when i am trying to do
    "APPLY XLIFF TRANSLATION" it is giving following error.
    ORA-04063: package body "XDB.DBMS_XMLPARSER" has errors ORA-06508: PL/SQL: could not find program unit being called.
    Error updating translatable text using XLIFF file.
    Please look at it in the apex.oracle workspace.
    Please kindly help me in this.
    thanks
    sanjay.

    Hi,
    Try same username and passwd that you use when login to apex.oracle.com workspace
    Br,Jari

  • What is the solution of  non-oracle exception erro 100501

    what is the solution of non-oracle exception erro 100501

    I'm guessing that the TRUE parameter in My_Alert causes the procedure to raise a form_trigger_failure. In that case you could do this:
    Declare
      A number(10);
    Begin
      SELECT Sif_Code
      INTO A
      FROM Pro_Stp_Rcp_Item
      WHERE Sif_Code = :Pro_Stp_Rcp_Item.Sif_Code
      AND Rou_Code = :Routes.Rou_Code;
      My_Alert('Item Code Already Registered',1,TRUE);
    Exception
      When form_trigger_failure then
        raise;
      When No_Data_Found Then null;
      When Too_Many_Rows
        Then My_Alert('Item Code Already Registered',1,TRUE);
      When Others
        Then My_Alert(Sqlerrm||' - '||sqlcode,1,TRUE);
    End;As Steve says, the problem is really caused by When Others here. I've got no problem with trapping "Others" but in forms you might be better off having a generic catch-all in the on-error trigger.

  • Print PDF error msg in apex oracle BI publisher

    Hi, I am getting error msg, "File can not be open because either it is not supported file type or file has been damage" when clicking Print PDF button from Apex oracle run application on oracle server...please help...

    I see this error when generating BI-Publisher reports that return no data. Check your query to verify it returns data. Also check that any bind variables used by the query have appropriate values.
    If it is the case where your query returns no data but you'd like to avoid the confusing message you can code around it by adding the following logic in your report template. For this work around to work it assumes you've got BI-Publisher licensing (you can create report queries and report templates through shared components).
    In the following example it is assumed that the xml structure has a REGION element. You can substitute the REGION element with whatever element works for your xml structure.
    Example XML structure
    <?xml version="1.0" encoding="UTF-8" ?>
    <ROWSET>
      <ROW>
        <REGION>Central Office</REGION>
        <LOCATION>Materials Management</LOCATION>
        <DIRECTOR>Blow, Joe</DIRECTOR>
        <NOTES />
      </ROW>
      <ROW>
        <REGION>Second Region</REGION>
        <LOCATION>Accounts Payable</LOCATION>
        <DIRECTOR>Blow, Jill</DIRECTOR>
        <NOTES />
      </ROW>
    </ROWSET>Add code like the following to your template. The code looks to see if records exist in the xml structure. If records DO NOT EXIST then it will return a pdf with the statement "No Data Found for Specified Search Criteria". Of course if data exists... you'll see that on your report.
    <?if: REGION  = ''?>
         No Data Found For Specified Search Criteria
    <?end if?>
    <?if: REGION != ''?>
        your_data_group_starts
        your report template definition
        your_data_group_ends
    <?end if?>

  • Any solutions offered by Oracle to handle length based or mill products?

    We are on 11.5.10. Current version treats beams as each, we have 30 feet beams, 20 feet beams etc.
    We do not want to set-up different items for each length of beam.
    We need ability to tell we have 10 pieces of 26 feet beams in inventory.
    Currently we can only tell we have 260 feet of beams.
    Current solution treats it discretley. We need ability to sell length based items, receive length based items, do inventory management based on length based items.
    a) What are the solutions offered by Oracle in latest releases for Length based products or for Mill products.
    b) If there are any solutions offered by Oracle to handle length based or mill products, can these be back ported to Oracle 11.5.10?

    Please do not create duplicate posts across the forums -- What are the solutions offered to handle length based or mill products?

  • Error in installation of Sap Solution Manager - AIX / Oracle

    <b>Hello,
    We are installing SAP Solution Manager in Operating System is AIX 5.3 and Database System is Oracle 10.2
    After the Oracle Installation, in the phase of Abap Import (16 of 44), we are
    receiving the follow error message:</b>
    Required system resources are missing or not available:
    Import directory '/oracle/install/51032524/EXP1' does not exist;
    Import directory '/oracle/install/51032524/EXP2' does not exist;
    Import directory '/oracle/install/51032524/EXP3' does not exist;
    Import directory '/oracle/install/51032524/EXP4' does not exist.
    ERROR 2007-04-12 15:27:41
    CJS-30022 Program 'Migration Monitor' exits with error code 2. For
    details see log file(s) import_monitor.java.log, import_monitor.log.
    <b>
    The installation export DVD was copied to local machine (the directory
    list is attached in zip file). We get this DVD from
    service.sap.com/swdc.</b>
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142ifx-20061222 (ifix 113727: SR7 + 112603) (JIT enabled: jitc))
    <b>IMPORT_MONITOR.JAVA shows this message:</b>
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 2.3)
    IBM J9 VM (build 2.3, J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20061222 (JIT enabled)
    J9VM - 20061220_10521_BHdSMr
    JIT  - 20061026_1805_r8
    GC   - 200612_20)
    Required system resources are missing or not available:
      Import directory '/oracle/install/51032524/EXP1' does not exist;
      Import directory '/oracle/install/51032524/EXP2' does not exist;
      Import directory '/oracle/install/51032524/EXP3' does not exist;
      Import directory '/oracle/install/51032524/EXP4' does not exist.
    <b>And the directory is OK</b>
    /oracle/install/51032524
    ls -l
    total 160
    -rwxrwxrwx   1 root     system           79 Apr 12 09:54 CDLABEL.ASC
    -rwxrwxrwx   1 root     system           79 Apr 12 09:54 CDLABEL.EBC
    -rwxrwxrwx   1 root     system         9093 Apr 12 09:54 COPY_TM.HTM
    -rwxrwxrwx   1 root     system         5787 Apr 12 09:54 COPY_TM.TXT
    -rwxrwxrwx   1 root     system         8559 Apr 12 09:54 CRCFILE.DAT
    drwxrwxrwx   4 root     system          256 Apr 12 10:03 EXP1
    drwxrwxrwx   4 root     system          256 Apr 12 10:11 EXP2
    drwxrwxrwx   4 root     system          256 Apr 12 10:14 EXP3
    drwxrwxrwx   4 root     system          256 Apr 12 10:16 EXP4
    -rwxrwxrwx   1 root     system           88 Apr 12 09:54 LABEL.ASC
    -rwxrwxrwx   1 root     system           88 Apr 12 09:54 LABEL.EBC
    -rwxrwxrwx   1 root     system           20 Apr 12 09:54 LABELIDX.ASC
    -rwxrwxrwx   1 root     system        22361 Apr 12 09:54 SHAFILE.DAT
    -rwxrwxrwx   1 root     system           22 Apr 12 09:54 VERSION.ASC
    <b>Please, anybody have any idea?
    Thanks for help,
    Carlos Nogueira</b>

    Hi Carlos, can you resolve this ? because i have the same problem, but with sql and win 2003.
    java version "1.4.2_15"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
    Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
    Required system resources are missing or not available:
      Import directory sapinst\saptrans\D51032007\EXP1' does not exist;
      Import directory 'sapinst\saptrans\D51032007\EXP2' does not exist;
      Import directory 'sapinst\saptrans\D51032007\EXP3' does not exist;
      Import directory 'sapinst\saptrans\D51032007\EXP4' does not exist.
    thanks in avance.

  • How to protect a third party solution developed in Oracle 10G database

    Hello!
    We are building a third party solution for several specific industries, all the technology is based on Oracle 10G database, meanwhile, we are looking for a solution to protect the IPR to avoid the source code distributed incorrectly.
    Welcome any input from you. thanks!

    Different coding tools and language environments provide different facilities.
    You might want to mention whether you are using PL/SQL, Java, C#, SQL extensions and object types, etc. and what characteristics of the IPR you are trying to protect.

  • How to run a SQL server store procedure from Apex (oracle)?

    Our application needs to call a store procedure in the SQLserver database. The sotre procedure works fine in the SQL server side. However, when I tried to call the store procedure in TOAD as:
    exec my_store_procedure(para1, para2);
    I kept getting the error message:
    ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to 'my_store_procedure'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    I have searched online but couldn't find the solution. This is an emergency, so prompt reply is Highly Appreciated!
    Luc

    How is Oracle connecting to the SQL Server?
    With the Transparent Gateway or Generic Connectivity?
    I don't think that Generic Connectivity supports stored procedures.
    The documentation for Heterogeneous Connectivity is here:
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14232/toc.htm
    You'd probably get better answers from the Heterogeneous Connectivity forum:
    Heterogeneous Connectivity

  • Can APEX/ORACLE connect to a mysql database?

    Hi
    Just wondered whether APEX and ORACLE could connect to mysql database. I may have a requirement to link to a mysql database and retrieve the data and wondered if APEX could do this.
    Thanks

    Hi
    Apex sits within the Oracle database. Oracle can connect to a mysql database via a database link so yes this is certainly possible. We connect extensively to an Informix database here actually. This is really an oracle question though so you just need to look in the documentation for the CREATE DATABASE LINK command and for setting up the actual connection.
    If you need more help let me know.
    Cheers
    Ben

  • Recommendations for RAID - HP ACU/Oracle Apex/Oracle Grid/Linux 6.3

    Dear Experts,
    Given:
    - HW : HP ProLiant DL370 G6
    - OS : Oracle Enterprise Linux 6.3
    - Oracle Grid Infrastructure 11g R2
    - Oracle Apex 4.2
    Current Status
    When I have entered HP ACU from bootable Smart Start CD, I found under the configuration of Smart Array P410i in Embedded Slot, the following:
    -Smart Array P410i in Embedded Slot
    ---Internal Drive Cage at Port 1I : Box 1
    ------300 GB 2-Part SAS Drive at Part 1I : Box 1 : Bay 1
    ------300 GB 2-Part SAS Drive at Part 1I : Box 1 : Bay 2
    ------300 GB 2-Part SAS Drive at Part 1I : Box 1 : Bay 3
    ------300 GB 2-Part SAS Drive at Part 1I : Box 1 : Bay 4
    ---Internal Drive Cage at Port 2I : Box 1
    ------300 GB 2-Part SAS Drive at Part 2I : Box 1 : Bay 5
    ------300 GB 2-Part SAS Drive at Part 2I : Box 1 : Bay 6
    ------300 GB 2-Part SAS Drive at Part 2I : Box 1 : Bay 7
    ------300 GB 2-Part SAS Drive at Part 2I : Box 1 : Bay 8
    The questions now:
    1) Do you recommend the following configuration for RAID's logical arrays:
    Using Logical View:
    SAS Array A - 4 Logical Drive(s)
    --- Logical Drive 1 (50.0 GB, RAID 1+0) ---> for OS
    --- Logical Drive 2 (24.0 GB, RAID 0) ---> for SWAP
    --- Logical Drive 3 (200.0 GB, RAID 1+0) ---> for ASM DATA
    --- Logical Drive 4 (296.7 GB, RAID 1+0) ---> for ASM FRA
    SAS Array B - 1 Logical Drive(s)
    --- Logical Drive 5 (1.1 TB, RAID 0) ---> not critical for sources and other applications
    2) What are your recommendations for the following steps to reach oracle apex 4.2 installed?
    Best Regards
    Mahmoud

    Pl do not post duplicates - Best Performance for apex over Linux+HW RAID - continue the discussion in your earlier thread

  • APEX & Oracle XE

    Hello:
    I just installed Oracle XE successfully. I know that Application Express comes bundled with XE.
    I also have Oracle 10g installed. Do I have to download and install Application Express 3.0 to use with my Oracle 10g DB or can I use the Application Express that came bundled with XE?
    Thanks for the info.

    Hi,
    Thanks for the reply. Can you do me a favor and look over my install instructions? When I installed 2.2, it seemed that there were a lot more steps. Before I start this install, I want to make sure that I have my install process in the correct order.
    I'm working with Windows XP.
    1. In unzipped the downloaded file into the following directory: c:\Helen\apex_3.0.1
    2. Change to working directory. I presume my working directory is c:\Helen\apex_3.0.1
    3. At c:\Helen\apex_3.0.1>sqlplus sys/password as sysdba
    4. I created a tablespace to server my APEX data files. At the above prompt; I type:
    @apexins <password> apex apex temp /i/ <sid>
    5. Then,
    c:\>xcopy /E /I c:\helen\apex_3.0.1\apex\images c:\oracle\product\10.2.0\ohs\Apache\images;
    where :\oracle\product\10.2.0\ohs is my ORACLE_HTTPSERVER_HOME
    6. Now for the DADS file (I am not sure if this is the correct statement for the Alias):
    Alias /i/ "C:\oracle\product\10.2.0\ohs\Apache\images/"
    -Also I'm not sure about my connect string.
    PlsqlDatabaseConnectString Helen:1521:orcl;
    where Helen is the Host,
    1521 is the port for the 10g Listener
    orcl service name
    7. Then start and restart the Oracle HTTP Server
    8. Test the application. Here is where I get a bit confused. The documentation says to type the following URL to access APEX:
    http://host:7777/pls/apex
    What is the difference between the port 1521 and 7777? I know that when I installed the HTTP Server, port 7777 was assigned. Yet, in the DADS file, I'm defining 1521 as the port for the connect string.
    Is my port in the connect string statement in #6 used correctly? Or, should the port say 7777?
    If you can help me out with the procedure that would be wonderful.
    Thank you.

  • IT DOES NOT WORK IN NETWORK (APEX + Oracle XE in XP)

    Hi there!
    I am beginner in Apex and Oracle XE. So I have met some trouble.
    I have installed Oracle 10g XE to Windows XP. It was easy. Then I started DB home by url: http://127.0.0.1:8080/apex. It works. But my PC has Network card with persistent IP address 192.168.1.150. So I try to connect by url: http://192.168.1.150:8080/apex . It DOES not work. I switched off firewall. It does not work. Please give me some suggestion or advise how to solve it.
    Thanks in advance.
    Ulan

    Ulan,
    1) The XE discussion forum is at: Oracle Database Express Edition (XE)
    2) Your specific problem is addressed here:
    http://download-west.oracle.com/docs/cd/B25329_01/doc/admin.102/b25107/network.htm#BHCBCFBA
    Joel

  • Moving from Apex&oracle express 10g to Apex&oracle express 11gr2

    Hi,
    I have an Apex application running on 10g express
    Now I have another server and I want to move on Apex 4 with 11gexpress r2
    I did an application export from within apex, then Import in 11g.
    No errors everything is fine.
    How about all the tables?
    I read topics on forum but still I'm not sure
    Kindest regards,
    Florin

    Hi,
    You need export application parsing schema from 10G XE and then import those to target DB.
    http://www.oracle-base.com/articles/10g/OracleDataPump10g.php
    This might also help how deploy your application
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/deploy.htm#BABGJIAD
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

Maybe you are looking for

  • Memory limitation on MBP

    To call myself a Mac newbie would be a severe understatement. This is my first post/question. I am considering my first Mac (can't take another day with Vista!). In researching, I was surprised to find that the MBP max's out at 4GB of RAM. Is OS X a

  • SMB Wide Symlinks disabled again in OSX 10.7 Lion

    Hey Everyone.  I'm hoping all you fellow Linux / Apple experts out there can help me to make an adjustment that I would assume is minor, but has a big impact in my home network.  Sometime around the release of 10.6.5 Apple decided to turn off wide sy

  • Gui timer v/s Async timer priority

    Hi NI, I am trying to build an application where in i am communicating with an automotive ECU over RS-232 periodically. I am using an aysnc timer to do the communications part and a GUI timer to do the graphical object update. I have three questions

  • Error Checking Script

    Hi I wonder if someone could assist me with some script to check for errors. I have the following which works fine when I click my submit button but I think there is way of writing it without having to detail each field / behaviour etc. In my Action

  • Does anyone if cs4 design standard has an english downloader?

    i need to reinstall my cs4 design standard suite but i can't find the english version