How to Connect Logitec Webcam in Oracle Forms 6i

Hi all,
I am using Logitech Webcam-V-UAP9 MODEL, If there is possible to connect to forms 6i and How to connect to Oracle Forms 6i. Please help me.

You can also use a java bean with
native webcam support
http://demo.smaxe.com/juv-na-demo-webcam.html
JavaCV
http://code.google.com/p/javacv/
http://ganeshtiwaridotcomdotnp.blogspot.com/2011/12/opencv-javacv-eclipse-project.html
Java Media Framework,
Marvin Project
http://marvinproject.sourceforge.net/en/index.html
Myron
http://webcamxtra.sourceforge.net/

Similar Messages

  • How to connect BARCODE Reader  with Oracle Forms Application

    plz explain in detail

    Dear Zishan,
    The barcode equipment comes with the software, so install it on the computer you want to use for barcoding.
    Forms 5.0 to 6i it works fine. on 9i i have not used it yet, but i think i would depened on the software.
    Regards,
    Kamal

  • How can I code this in Oracle Forms?

    I have a master-detail form. In the detail block, I have several records. Here is my name table.
    ID Name_Type Name
    1 old Mike
    2 Current John
    3 old Peter
    4 old Andrew
    I would like to create a button trigger which shall perform the following:
    1) insert a record into database with a copy of current value. In the above case it will insert create a record for John as name_type = 'OLD'. So we have total of 5 records. Commit the transaction.
    2) Scroll through my detail records (5) and go to one specific record and erase the values from it. In the above case, it should find John's record with name_type = 'Current' and erase John from it.
    How can I accomplish this in Oracle forms using a button-pressed trigger?

    Hi,
    Simple, using current values you can create new id , 'old' and name so oracle will create record, now refresh block, next using next_record in loop you can find record,erase one and refresh block.
    Adinath Kamode

  • How to use unicode fonts in Oracle forms 10g?

    Hi I am working in forms 10g for quite a long time, the software that I have developed so far are all in English language. Now I have requirements to use Bengali Fonts in Forms 10g. I am facing difficulties doing that. Please reply with help. Thanks
    Hasan Al Mamun

    Check this forum post (though that is for 6i, it would be of helpful for you)
    How to use unicode fonts in Oracle forms 10g?
    -Arun

  • How to invoke crystal reports from Oracle forms 11g R2 along with passing p

    How to invoke crystal reports from Oracle forms 11g R2 along with passing parameter to it.
    how to pass parameters to crystal report, please help.

    how to pass parameters to crystal report, please help.This would entirely depend on crystal reports and you might find informations on crystal reports related communities more likely...I for one have seen crystal reports the last time about 12 years ago. And even back then I simply acknowledged it's existence instead of working with it.
    Maybe crystal reports can be invoked via a URL call which would make it simple as you'd need simply build an URL and show the report using web.show_document. But that's pure speculation. Also you might not be the first with this requirement, so the solution to your problem might be right under your nose and just a little google search away ;)
    cheers

  • How to run others application in Oracle Forms on the web version?

    How to run others application in Oracle Forms on the web version?

    Pang,
    guess that you want to start client side programs from Forms on the Web. There is a sample on OTN (host bean) that allow you to acces sthe client and start executables.
    Frank

  • How to run batch file from oracle forms 9i

    Hi everyone.
    i have a data in csv file. i want to upload it to my database. i am using sql loader for it.
    i have made a batch file which run the sql loader and transfer my data to database.
    How to run batch file from oracle forms 9i.
    when i press the button, nothing uploads in my database. (when i simply run the batch file it works).
    here is my code
    Begin
    HOST('C:\temp\batchfile.bat');
    message('done');
    end;
    Thanks in advance
    regards
    sajid

    this is my log file, when i run manually.
    SQL*Loader: Release 10.2.0.1.0 - Production on Thu Jul 1 23:27:53 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Control File: file_to_upload.ctl
    There are 2 data files:
    Data File: sk.csv
    Bad File: sk.bad
    Discard File: none specified
    (Allow all discards)
    Data File: sk1.csv
    Bad File: sk1.bad
    Discard File: none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array: 64 rows, maximum of 256000 bytes
    Continuation: none specified
    Path used: Conventional
    Table KHAN, loaded from every logical record.
    Insert option in effect for this table: APPEND
    Column Name Position Len Term Encl Datatype
    SR FIRST * , O(") CHARACTER
    DATES NEXT * , O(") CHARACTER
    AGENT NEXT * , O(") CHARACTER
    COUNTRY NEXT * , O(") CHARACTER
    TRANSACTIONS NEXT * , O(") CHARACTER
    PKR NEXT * , O(") CHARACTER
    USD NEXT * , O(") CHARACTER
    BANK NEXT * , O(") CHARACTER
    Table KHAN:
    11088 Rows successfully loaded.
    0 Rows not loaded due to data errors.
    0 Rows not loaded because all WHEN clauses were failed.
    0 Rows not loaded because all fields were null.
    Space allocated for bind array: 132096 bytes(64 rows)
    Read buffer bytes: 1048576
    Total logical records skipped: 0
    Total logical records read: 11088
    Total logical records rejected: 0
    Total logical records discarded: 0
    Run began on Thu Jul 01 23:27:53 2010
    Run ended on Thu Jul 01 23:27:54 2010
    Elapsed time was: 00:00:00.63
    CPU time was: 00:00:00.17

  • How to connect google maps with oracle

    Hello people ,
    i read an artical there is a way to connect google maps with oracle .
    can anyone give us lesson or more information to do that ?
    regards .

    I guess, using Google for the same should be the best way to find the solution for it,
    http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=How+to+connect+google+maps+with+oracle
    HTH
    Aman....

  • How to connect sql server using oracle Client

    Hi,
    I am working in oracle9i and windows os 32 bit.
    I need to connect SQL server 2000 from my oracle client..
    I heard about heterogeneous connectivity ...
    Please expalin me the steps what to add and how to connect the sql server...
    Regs....

    Are you trying to connect to SQL Server from your Oracle database (i.e. create a database link in Oracle to SQL Server)? Or are you trying to connect to SQL Server using your Oracle client software (i.e. SQL*Plus)?
    The former just requires Heterogeneous Services with Generic Connectivity. The latter is functionality that has been depricated and probably no longer works in your environment.
    Justin

  • How to connect to SQL Server from Forms 10g?

    Hello all,
    How do we connect to SQL Server database from Forms 10g?
    In Oracle Metalink site they have suggested using Transparent Gateway for SQL Server as a solution.
    But is there a way we can connect directly to SQL Server from Forms using an ODBC connection
    without installing anything on the database server?
    Pls help!
    Regards,
    Sam

    Hello all,
    I was able to connect to SQL Server from Oracle using Generic Connectivity (HSODBC).
    Transparent gateway was not required.
    Followed metalink note 109730.1
    So, after I created a dblink to SQL Server, I created a synonym for the dblinked SQL Server table.
    When I used the synonym as the table source in Oracle Forms, I got the following error while querying.
    "ORA-02070 - ROWID is not supported in this context."
    This is because Forms has an invisible ROWID field and when data is fetched from SQL Server table
    no Rowid is fetched since SQL Server table doesn't have one.
    Is there a way to overcome this issue or do we have populate the block manually using a SQL query ?
    Pls suggest.
    Regards,
    Sam

  • How to call java function in Oracle forms?

    Hi I am having Oracle 9i with 10g Developer Suite.
    I am new to Oracle forms..
    I had one function in java getDatas()..
    How can I call this function in Oracle Forms..
    Pls help
    Thanks

    Thanks Francois,
    I want to display values from my java code in the Forms..
    For that purpose only i am installing 10g Developer Suite..
    The below is java code..
    public class DBTest {
              public static String callDB(int id,String name){
              String ss="Hai";
              Connection con=null;
              try{
                   Class.forName("oracle.jdbc.driver.OracleDriver");
                   con = DriverManager.getConnection("url","id","pwd");
                   Statement st=con.createStatement();
                   System.out.println("Connected...");
              int r=st.executeUpdate("Insert into FORM_TEST VALUES('"+id+"','"+name+"')");
                   if(r==1){
                        ss="Inserted Sucessfully";
                   else{
                        ss="Insertion Failed";
              }catch(final Exception e){
              System.out.println(e);
              return ss;
         public static void main(String[] args) {
              int empid=102;
              String empname="Gilbert";
              String resultStr=callDB(empid,empname);
              System.out.println(resultStr);
    I want to dispaly Inserted or Insertion Failed in Oracle Forms..
    As per Gerd Volberg suggestion, i had placed DBTest.jar in
    E:\DevSuite\forms\java\DBTest.jar
    and in formsweb.cfg the below jar is added..
    archive_jini=frmall_jinit.jar,DBTest.jar
    But in Fomrs Builder-->Program-->Import Java Classes-->Oracle
    org,ice,com and subnodes are available.
    But my jar is not available..
    Is my way is coorect?
    Pls provide soln..
    Thanks

  • Connecting database 11g to Oracle forms 6i.

    Hi guys,
    my previous question was:
    "Hi guys,
    basically, i am using the "run sql command line" from "Get Started With Oracle Database 11g Express Edition ". I have created a database within the command line and now am trying to open it Oracle forms 6i. I have set up the forms in the form builder but when i hit the green traffic light it asks me to log in. I type "system" for the username and then my password. (Not quite sure what the database bit should be. Someone told me XE). Anyway, apparently, you need to connect the sql command line or the sql database to oracle forms 6i. Can someone please tell me how i can link the database from the command line to oracle froms so i am able to log in. If there is anything technical such as "check a port number" or anything like that, can you tell me where i can locate it.
    Thanks in advance "
    Someone replied with:
    irst you have to configure TNSNAMES.ORA file
    copy the tns configuration from database to forms tns file.
    then create a user in data base and give connect and create access and create any table and then try to connect from forms.
    Can someone please tell me where to look for TNSNAMES.ORA file? where it can usuallly be located? or even what it should look like? i found one but i think it is the one for the forms but non for the database.
    Thanks

    TNSNAMES.ORA File Location
    for Forms 6
    C:\ORANT\NET80\ADMIN
    for forms 10g
    E:\DevSuiteHome_1\NETWORK\ADMIN
    for database 11g
    D:\oracle11g\product\11.2.0\dbhome_1\NETWORK\ADMIN
    note that oracle database 11g does't have compatibility to connect with forms 6 version.
    forms 6 version is limited upto 10g database versions.

  • Nca.connect not workds for Oracle forms

    Hello,
    I recorded my Oracle forms script, did some parametrization changes.
    on nca.connect script failed:
    Connection Error: Session migration in progress      
    my example code:
    public void run() throws Exception {
              beginStep("[1] QA - WebUtil", 0);
                   http.window(2, "window[@index='0']").get(
                             "http://11.71.10.34:8090/forms/frmservlet",
                             http.querystring(http.param("config", "mia")), null, true,
                             "ASCII", "ASCII");
                   http.get(
                             9,
                             "http://11.71.10.34:8090/forms/registry/oracle/forms/registry/Registry.dat",
                             null, http.headers(http.header("Cache-Control", "no-cache",
                                       Header.HeaderAction.Modify)), true, "ASCII",
                             "ASCII");
                   http.get(13, "http://11.71.10.34:8090/forms/frmservlet", http
                             .querystring(http.param("config", "mia"),
                                       http.param("ifsessid", "formsapp.140"),
                                       http.param("acceptLanguage", "lt"),
                                       http.param("ifcmd", "startsession"),
                                       http.param("iflocale", "lt-LT")), http.headers(http
                             .header("Cache-Control", "no-cache",
                                       Header.HeaderAction.Modify)), true, "ASCII",
                             "ASCII");
                   http.solve("formsload.url", "(.*)", null, true, Source.Html, 0,
                             EncodeOptions.None);
                   http.solve("formsload.url", "", "(.*)", null, true, Source.Html, 0,
                             EncodeOptions.None);
                   http.solve("formsload.host", "", "(?i)Host: *(.*)\r", null, true,
                             Source.RequestHeader, 0, EncodeOptions.None);
                   info("{{formsload.url}}");
                   info("{{formsload.host}}");
                   http.get(
                             17, "http://{{formsload.host,11.71.10.34:8090}}{{formsload.url,/forms/lservlet;jsessionid=crwzRnhLV7h5Wwcxvp82Bss9c2Yt0fcrzNj2YxlLG8TMpP9LSWn1!-1680603476}}", null, http.headers(http.header("Cache-Control", "no-cache",
                                       Header.HeaderAction.Modify)), true, "ASCII", "ASCII");
                   nca.connect(
                             22,
                             ConnectMode.HTTP,
                             null,
                             0,
                             "http://{{formsload.host,11.71.10.34:8090}}{{formsload.url,/forms/lservlet;jsessionid=crwzRnhLV7h5Wwcxvp82Bss9c2Yt0fcrzNj2YxlLG8TMpP9LSWn1!-1680603476}}");
              endStep();
    Thanks for any help.

    Another option to having multiple copies of the TNSNAMES.ora file is to set a TNS_ADMIN environment variable and point it to the location of your TNSNAMES.ora file. This allows you to manage a single file rather than multiple copies. I recommend using an Environment variable versus editing the Windows Registry as you have to add this entry to each Oracle Home while the environment variable is global to all homes. For information on how to manage Windows Environment variables check out this MS Technet article: Configuring System and User Environment Variables.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.
    Edited by: CraigB on Mar 9, 2011 10:09 AM

  • How to print BIP reports from Oracle Forms?

    Hi all,
    I have a question in regards to printing BIP reports from Oracle Forms... We are aiming for a server installation of BIP with integration to Oracle Forms using SSO to handle security. We use Forms built-in web.show_document to render and view the report in PDF/Excel etc... We would like to by pass the viewing and print some of these reports directly to the printer.
    Any idea/suggestions how we can go about this?
    Thanks in advance for your time.
    Yahya

    Yahya,
    via HTTP it's not possible to send a report directly to the printer. You had to go via the Scheduler, which is able to do that. With the WebService API you can call a report with the Scheduler and Execute Immediate.
    Regards
    Rainer

  • How to use BULK COLLECT in oracle forms

    hi gurus,
    I am using oracle forms
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProductionI wanna use bulk collect from database table lets say <employees>
    while working on database level with collections and records it's working very well for me, but when I try to use that technique on oracle forms it hits me error
    error 591 this feature is not supported in client side programmingI know I can use cursors to loop through the records of oracle tables ,
    but I'm convenient while using collections and arrays
    for example
    Set Serveroutput On
    Declare
          Type Rec_T Is Record (     
           Empid Number ,
           Empname Varchar2(100)
          Type V_R Is Table Of Rec_T Index By Binary_Integer;     
          V_Array V_R;
    Begin
       Select Employee_Id , First_Name
       Bulk Collect
       Into V_Array
          From Employees; 
       For Indx In V_Array.First..V_Array.Last Loop
       Dbms_Output.Put_Line('employees id '||V_Array(Indx).Empid ||'and the name is '||V_Array(Indx).Empname);
       End Loop;      
         End;I wanna use this same way on oracle forms , for certain purposes , please guide me how can I use ...
    thanks...

    For information, you can use and populate a collection within the Forms application without using the BULK COLLECT
    Francoisactually I want to work with arrays , index tables ,
    like
             record_type (variable , variable2);
             type type_name <record_type>  index by binary_integer
            type_variable type_name;
            and in main body of program
            select something
            bulk collect into type_variable
            from any_table;
           loop
                type_variable(indx).variable , type_variable(indx).variable2;
           end loop;
           this is very useful for my logic on which I am working
              like
              type_variable(indx).variable || type_variable(indx-1);
             if it's possible with cursors then how can I use cursor that can fullfill my this logic@Francois
    if it's possible then how can i populate without using bulk collect?
    thanks
    and for others replies: if I can use stored procedures please give me any example..
    thanks

Maybe you are looking for

  • Imap accounts won't go online

    A very strange thing started to happen to my Macbook Pro since yesterday. My Imap accounts won't go online. My internet is working fine. My POP accounts sync normally. When I try to put the Imap accounts online Mail gives me the following message "er

  • Adobe Fangsong Standard ... now you see it, now you don't

    By way of relaxation, I'm using our favourite software to produce a translation of a book about the harmonium. Now, the convention for indicating registration (which stops to use) for a standard French harmonium uses letters and numbers in circles: s

  • Related to System Programs

    Hi Experts,                   As per OSS notes i should not use CK40N transaction for batch input program. but i can use ck41 or ck42 .However ck41 or ck42  doesnt have all features like given below(6 points), as CK40N Does. In my requirement , data

  • Blackened PDF

    Hi. Working in Photoshop 7.0 Acrobat 5.0 Reader 8.1.2 I made a .psd. I flattened layers & brought down the resolution & made a .jpeg out of it. I put the .jpeg into Acrobat, then saved as a .pdf. I printed the .pdf from Acrobat & the page came out li

  • Odd behavior with distribute centers

    My problem is that the distribute commands are working but ignoring the order of my layers. Say for example I have an item in the bottom left of the page, and another in the top right of the page.  I have several other items on their own layers betwe