XP 64 bit PC with 10g Client with 11i Database - it does all work now?

who...

Really to just about everything in the header.

Ive found a few suggestions in various forums on how others have had this working but nothing recent, and so I need to know if there is a proven to get this configuration works.

Thank you

Steven

Hello

Please see this document.

Note: 781432.1 - Considerations using the Client with Microsoft products Oracle on the 64-bit operating system
https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=781432.1

Kind regards
Hussein

Tags: Oracle Applications

Similar Questions

  • What is wrong with this sequence, it does not work when, after 3 inserts, I add a new record with the trigger it gives an error.

    Mr President.

    What is wrong with this sequence, it does not work when, after 3 inserts, I add a new record with the trigger it gives an error.

    --SL_CUSTOMERS table data
    
    
    INSERT INTO SL_CUSTOMERS VALUES(1,'Kamrul Hasan',NULL,NULL,'Moghbazar', 'Dhaka','0456789123',NULL,NULL,NULL,'Y',NULL);
    INSERT INTO SL_CUSTOMERS VALUES(2,'Rabiul Alam',NULL,NULL,'Motijheel', 'Dhaka','0567891234',NULL,NULL,NULL,'Y',NULL);
    INSERT INTO SL_CUSTOMERS VALUES(3,'Shahed Hasan',NULL,NULL,'2-G/1,2-2,Mirpur', 'Dhaka','0678912345',NULL,NULL,NULL,'Y',NULL);
    
    
    
    

    CREATE SEQUENCE  "ALIZA"."SL_CUSTOMERS_SEQ"  MINVALUE 1 MAXVALUE 9999999999999999999999999999 INCREMENT BY 1 START WITH 1 NOCACHE NOORDER  NOCYCLE ;
    
    
    CREATE OR REPLACE TRIGGER SL_CUSTOMERS_TRG 
    BEFORE INSERT ON "ALIZA"."SL_CUSTOMERS"   
    FOR EACH ROW   
    BEGIN   
    IF :NEW.CUSTOMER_ID IS NULL OR :NEW.CUSTOMER_ID < 0 THEN  
      SELECT SL_CUSTOMERS_SEQ.nextval   
        INTO :NEW.CUSTOMER_ID  
        FROM DUAL;   
      END IF;   
    END;   
    /
    
    
    
    

    When I try to insert several records with the seq.nextval it gives error

    violation of primary key.

    INSERT INTO "ALIZA"."SL_CUSTOMERS" (CUSTOMER_NAME) VALUES ('sdfsd')
    ORA-00001: unique constraint (ALIZA.SL_CUSTOMERS_PK) violated
    ORA-06512: at line 1
    
    
    
    
    One error saving changes to table "ALIZA"."SL_CUSTOMERS":
    Row 4: ORA-00001: unique constraint (ALIZA.SL_CUSTOMERS_PK) violated
    ORA-06512: at line 1
    
    
    
    
    
    
    
    

    Concerning

    Mr President.

    I find the solution by creating a function before the triiger

    as below

    CREATE SEQUENCE  "ALIZA"."SL_CUSTOMERS_SEQ"  MINVALUE 1 MAXVALUE 9999999999999999999999999999 INCREMENT BY 1 START WITH 1 NOCACHE NOORDER  NOCYCLE ;
    
    CREATE OR REPLACE FUNCTION get_SL_CUSTOMERS_vId RETURN VARCHAR2 AS
    BEGIN
       RETURN SL_CUSTOMERS_SEQ.NEXTVAL;
    
    END;
    /
    
    CREATE OR REPLACE TRIGGER SL_CUSTOMERS_TRG
    BEFORE INSERT ON "ALIZA"."SL_CUSTOMERS"
    FOR EACH ROW
    DECLARE
    dummy VARCHAR2(200);
    BEGIN
      dummy := get_SL_CUSTOMERS_vId();
      :NEW.CUSTOMER_ID := dummy;
    END;
    /  
    

    It works very well

    Thank you all for the suggestions.

    Concerning

  • I look integrated in the block of the legend of slide show, a widget like "Accordion" for, with one click, or by the way with the mouse, open a new caption for each photo. I tried with 'Accordion' Muse, it does not work. I haven't tried to copy and paste,

    Issue.

    I look integrated in the block of the legend of slide show, a widget like "Accordion" for, with one click, or by the way with the mouse, open a new caption for each photo. I tried with 'Accordion' Muse, it does not work. I haven't tried to copy and paste, but no result. The widget disappear into the legend of block. disappear. Do you have a solution?

    Thank you

    Loïc

    Accordion Panel tabs should, with click and open the container.

    Please provide the url of the site where it does not, also if you can provide an example where we can see the exact action, then it would help us.

    Thank you

    Sanjit

  • I don't want to start a discussion! I just want to help with a product that does not work!

    I don't want to start a discussion! I just want to help with a product that does not work!

    http://helpx.Adobe.com/x-productkb/policy-pricing/activation-network-issues.html

    Mylenium

  • Problem installing RCU with ADR: database Version does not match

    People,

    Hello. I have implemented PeopleSoft Campus Solution 9.0 revision 5 for a University.

    I need to develop the application for Admission online for future student to apply for admission.

    My installations of PeopleSoft are below:

    Server machine: Oracle Linux 5.10 (64-bit)

    Client computer: Windows XP Professional (64 edition) with the Internet Explorer browser

    Architecture Internet Oracle Linux 5.10 Server:

    (1) database server: Oracle Database 11 g version 11.1.0.6.0 is

    (2) the server application: Tuxedo 11 g

    3) web server: logic of Web 10.3.6.0

    (4) browser: Firefox Mozila

    (5) two Instances of huge database on the database server: 8.53 PeopleTools and Campus Solution 9.0.

    In order to develop the application for Admission online for students from the perspective, I need to make 3 parts below:

    (1) ADR installation (Application Development, Runtime) 11.1.1.6.0 (64-bit)

    (2) install the RCU 11.1.1.6.0 to create the scheme of OWSM_MDS (32 bit)

    (3) create or expand the WebLogic domain

    I installed Oracle ADR 11.1.1.6.0 (64-Bit) with Weblogic 10.3.6.0 in machine Server Oracle Linux 5.1 with success.

    Now I install RCU 11.1.1.6.0 (32-bit), on step 2 of 7 audit of the overall requirements, I face a problem like below:

    Type of database: Oracle Database

    Host name: 192.168.196.102

    Port: 1521

    Service name: HRCS90

    User name: SYS

    Password: mypass

    Role: SYSDBA

    Database is connected successfully. Verification of the 2 first elements are passed successfully.

    But check the 3rd issue "Check condition for the specified database" has not passed. The error message is below to:

    "The database that you are connected is not a supported version. Enter the database with version equal to or greater than 10.2.0.4.0 in 10 g or a version equal to or greater than 11.1.0.7.0 in 11 g. See the matrix of certification for the supported DB version".

    My database is the database Oracle 11 GR 1 material which is 11.1.0.6.0. This version corresponds to Tuxedo 11 g and WebLogic 10.3.6.0. If changing the database version, the entire Architecture of Internet PeopleSoft should be changed.

    The version of the RCU I install is 11.1.1.6.0 (32 bit) which does not really match ADR 11.1.1.1.6.0 (64 bit).

    My questions are:

    (1) what version of the RCU can be installed with Oracle Database 11 GR 1 material is version 11.1.0.6.0 (64 bit) and MARC 11.1.1.1.6.0 (64 bit) ?

    (2) is there another way to solve this problem? Find the right version of the RCU or update the version of database?

    Thanks in advance.

    Or you can try to do this work around (this work around will ignore checking the version of database)

    http://www.xenta.nl/Blog/2009/11/17/install-Oracle-fusion11g-repositories-on-11g-DB/

  • Cannot run the screen saver because it requires a newer video card or one that is compataible with Direct3D. Hotfix does not work/run

    I am running windows 7 ultimate, 64-bit, SP1

    The screen savers say they can't run, they need a new video card, or a compatible with direct3d.

    I ran the fix.  The issue is pending. Hotfix: KB2159238

    http://support.Microsoft.com/kb/2159238

    All of the video drivers are up to date and they support Direct3D.

    Seems a lot of people have this issue - how to fix? Yet once again, the fix does not work (says "this update is not applicable to your computer")

    Hello Dave,

    Thank you for your response.

    I appreciate your time and your concern.

    It is normal that the fix is made for the Windows 7 version without service pack 1.

    I hope you can try the following methods provided in the previous post.

    However, if the problem persists, I suggest you to uninstall and reinstall display drivers.

    Step 1:
    Uninstall the display driver.

    a. Click Start, type Device Manager in the start search box and press ENTER.
    b. expand 'graphics', right-click on the map and click Uninstall.
    c. restart the computer, if the prompt message.

    Step 2:
    Install the latest driver to display from this link:
    http://66.226.78.22/DownloadSite/drivers/Intel/VGA/VGA (v15.33.31.64.3993) .zip

    For reference:
    http://www.ASRock.com/MB/Intel/B85M-ITX/?cat=download&OS=Win764

    Please keep us updated on the status of the issue.

    Thank you

  • Why deletion of images of iPhone 4, iOS 7.1.2 with Capture of Image does not work?

    Using the key delete does not work and selecting 'Remove' in the edition menu is grayed out.

    Hi Varoop13,

    Thank you for using communities Support from Apple! I'm sorry to hear that you're having these problems with your iPhone and Capture of Image. I'm a little unclear on exactly which version of Mac OS X you are using or what you see in the Image Capture, but you may want to look for a button with a circle-slash () icon; It's recent releases how Capture of image mark the delete key. It will be active when one or more images have been selected. It is also a behavior whereas the keyboard delete key will not remove the images selected, and that the delete option under the Edit menu stay grayed out. You can see some of these options, it is stated in the following article:

    Use the buttons at the bottom of the window to Capture of Image to display thumbnails in a list () or to display larger thumbnails (), or to rotate () or delete () images.

    Transfer pictures - Image Capture help

    Concerning

  • PSUS4 with Lexmark X 3330 does not work

    Hallo,

    I have a Lexmark X 3330 MFP and a PSUS4 print server.

    Driver installation works very well and I followed the instructions exactly. BiAdmin diagnostic tool can find the printer as well as the Web interface.

    But if I want to print a testpage "no communication" message appears.

    I have updated to the latest firmware, latest drivers, reset the pc and the printserver and stuff everything standard, but did not work.

    The printserver works very well with a kyocera mita FS1900 that has a LAN connection, but with my lexmark I have no luck.

    I'm very disappointed, I have such a device, which does not work, and that there is no list of compatibility for this device.

    Is there a way to get the lexmark works or should I buy an MFP with connection to the LAN?

    Best regards

    If your print server works very well with one of your printers (kyocera mita FS1900) print server is functional... You like your print server printer all-in-one Lexmark X 3330 that it didn't print that as your print server is unifunctional and not multifunctional... You will not be able to fax, scan or copy... It is better to have a multifunction print server to use all the functions of your printer...

  • HP Officejet Pro 8500 A909a_ Scan with HP Solution Center does not work

    Hallo.

    My name is Michele.

    I can't use the solution Center HP to scan with my HP Officejet Pro 8500 A909a (I have windows 7 O.S.) because when I click on "Scan document", a white error window appears and says "necessary component is unfounded or not properly installed.". Install new software HP Photosmart". I uninstalled and again installed the software, but it does not work. Previously, he worked with XP. Recently, I updated XP with Windows 7 and I found the solution Center HP does not work. Maybe, it does not match with Win 7?

    Thank you to everyone who wants to help me

    Hi people,

    I appreciate the time you took to try to solve this problem. I was able to do more research and found a useful solution, please click on the link below to get started:

    The HP imaging device is not found... - popup error

    Please try the recommendation and let me know the results.

    Thank you

  • Open submenus when I stop on them with the mouse pointer does not work

    I used to use Vista Upgrade of XP until it hit the big time. With this installation, the option 'Open submenus when I dwell on them with the mouse pointer' worked perfectly well.  Since I did a format and installed the full installation of Vista version, and now this feature does not work. I checked and re-checked the option in the customization of the menu star and nothing. Also unable to find what anyone at the mouse settings itself.

    Does anyone know how to get this feature to work again once it's something I use a lot.

    Concerning

    Owen

    Hello

    If none of these help or you find a solution please report.

    Does work here on Vista either, but I don't want it works even if it is checked.

    Try UnChecking the start - Customize - Menu tab apply / OK and then go back and save
    Apply / OK.

    If no joy this initiative will eventually.

    Follow these steps to remove corruption and missing/damaged file system repair or replacement.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type in the search box - find command top - RIGHT CLICK – RUN AS ADMIN

    sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Then, run checkdisk - schedule it to run at next boot, then apply OK your way out, then restart.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    ------------------------------------------------

    Maybe something here: [check Control Panel - mouse or TouchPad (as applicable)]

    If a mouse (or if you use a touch screen and a mouse)

    Start - computer, or Windows Explorer - Tools - Folder Options - general tab - check the
    Single click to open an item - APPLY / OK

    Control Panel - mouse - look for hover or click Automatic similar settings according to your mouse.

    When a TouchPad

    Look in the Notification area next to the clock for all TouchPad control program.

    Control Panel - mouse - also look for it TouchPad (mine is on the device however settings tab
    other brands and maybe on the other tabs and more than one). There are usually the parameters that
    can determine if a click, double click, hover or can open or close a program.

    Start - computer, or Windows Explorer - Tools - Folder Options - general tab - check the
    Single click to open an item - APPLY / OK

    If some people are well positioned can change to some other setting if you plan to leave
    them that way and then change again.

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Check sensor SFR with FireSight via VPN - does not work

    Hello security experts.

    I have an ASA5515-X with SFR installed 5.4.0 and manage with 5.4 FireSight installed on the virtual machine on LAN and I record the sensor without any problem but when I try to register the sensor to FireSight via VPN I can't do. The interface on the ASA management has no intellectual property nor nameif configured and the interface is connected to the switch, SFR has the IP even configured as LAN addressing. I can see traffic being exchanged between the sensor and the FireSight but I can't save the sensor.

    Has anyone managed to register the sensor via VPN? Is there something else to be configured in order to save the sensor with the MC via the VPN?

    The delay between the Firesight and the sensor (on WAN and VPN) I get between 80 and 100 ms, what could be the problem?

    Thank you very much!

    Remi

    Hello

    If you are unable to telnet from DC to the sensor on the port 8305 delivers connectivity then.

    Can try you to ping from sensor to DC:

    ping -M do -c 20 -s 1572 
    By default, the MTU is 1500 on eth0, if the ping does not work I will suggest to lower the MTU on the interface and see if it works. See also: / var/log/messages | grep sftunnel and see the error messages on DC and sensor and send it to me everywhere. Best regards, Aastha Bhardwaj rate if this is useful!
  • Windows 8 Pro update replaces Conextant sound installed with a sound THAT DOES NOT WORK Microsoft! How do you get the Conextant reinstall

    Installed Win 8 Pro on a Lenovo ThinkPad (SL500) #2746BKU with Vista.    Everything seems to work, but no sound except unplug the power Pak.  I downloaded all driver Conextant kits & Microsofts drivers without result.  When you check the Device Manager it shows a Microsoft sound in the SOUND VIDEO AND GAME CONTROLLERS properties.  The two see the Lenovo & Microsoft Research unanswered who worked.  Under speaker system it shows no driver installed BUT THAT WORKS WITH a BEEP when you start the machine.

    HAS ANYONE FIGURED THIS OUT?  I downloaded & installed large files that don't work.  8 win changed the name of the sound chip Conextant to a manufacturer of Microsoft.  So when you try to install the drivers conextant he can't find it.  If you uninstall it still can't find it because that win 8 it changed a Microsoft legacy.

    Help I sold it but not without noise.

    Hello

    Try to uninstall the Microsoft drivers and resettlement the Conextant...

    While you are in Device Manager try to disable the device, restart, then try Conextant drivers...

    I don't know that win 8 has actually changed your device. First of all, it is not physically possible to

    'replace it with one made by Microsoft', but he might have changed its identifier...

    I think that what you see is a VIRTUAL Microsoft device... My machine has one of these...

    A normal RealTek audio chip and an imaginary Microsoft chip. lack of a better description.

    Probably your Conextant is simply not appear, what makes things appear weird...

    Try to install your Conextant in Compatibility Mode drivers\software, or right click on the installer and select troubleshoot compatibility...

  • JavaScript works with an alert, but does not work without it. Why?

    This happened to me before, but I was able to solve my problem. Now I'm not.

    Let me explain: I have a javascript function which I call when I double click on a line on a table:

    [code]

    function CallServ (evt) {}
    source var = evt.getSource ();

    AdfCustomEvent.queue (source, "call",
    {
    },

    (false);

    auxDblClick.call (this, source);
    }

    function auxDblClick (CBC) {}
    split var = src.toString () .split ('=');
    var idButton = split [1];
    var split2 = idButton.split(':');
    okButton = split2 var [0].concat(':');
    for (var i = 1; i & lt; (split2.length - 1); i ++) {}
    okButton = okButton.concat (split2 [i], ' :');)
    }
    okButton = okButton.concat ('dc_cb1');
    var comp = AdfPage.PAGE.findComponent (okButton);
    Alert (COMP);
    AdfActionEvent.queue (comp, comp.getPartialSubmit ());

    }

    [/ code]

    As you can see, my alert line is commented. If it is not commented, the "auxDblClick" feature works very well: it will print the model on the alert, and then it will perform the action of the dc_cb1 button. However, when I commented the alert function, it stops working.

    I have PartialTrigger set to "true" on my dc_cb1 button and the clientComponent is set to 'true '. I've also set to true ClientComponent on the table, but it does not work.

    So, why the function working with alert, but does not work with the alert off the coast? What Miss me?


    P.S: jdev version 11.1.2.4.0

    I found the solution:

    Before the "AdfActionEvent.queue (comp, comp.getPartialSubmit ());" line, I used the update function. Like this:

          var t = document.getElementById (okButton);
       
          t.Focus ();

    Now everything works fine

  • Replace with After Effects Composition does not work in the first

    I get the message "the importer reported a generic error.  I tried it on clips without effects and normal rate 23.98, and it still does not work.  I installed CC cloud and it's a brand new IMac, so I am at a loss as to why it does not work.    For any help or suggestion would be greatly appreciated!  Thank you very much

    Don't use tracing with AE CC 2014.  It doesn't help.  It is preferable to use C4D Lite, which now comes with AE and is much better... and it does more.

  • Created with Flash CS6 app does not work on iOS6

    Hi, I have developed an application with Flash CS6 iOS and it works perfect on iOS 5.1, but today I updated my iPhone 4 iOS beta 6 for developers and my application do not work! Applications developed with CS5.5 work well on iOS 6. How to fix? I tried to save to the format flash cs5.5 and open it with CS5.5 for export, but it does not export anything! Please give me a solution.

    This morning I updated the Air SDK to 3.4 and my problem was solved. Everything works now as expected.

    Maybe it is a good idea to ship the CS6 version with the latest version of the SDK, or telling people to update.

Maybe you are looking for

  • Audio stream OF Android to win 10 PC + Toshiba BT Stack

    First of all, I don't mean ways to listen to music from the PC to the tablet. I am looking for a way to play music, e-books, etc. that I have on my Tablet and hear it through the speakers connected to my PC. I'm used to be able to do this with a lapt

  • My Safari won't let me leave

    My Safari will give the possibility to smoke on my OS X El Capitan 10.11.1 Force quit won't work.

  • Downloaded SP3. Shows again that SP2 in the properties. How can I know that I have SP3 installed?

    I tried to update the drivers and found that I needed to upgrade to SP3.  Checked to see what has been installed on my computer and it shows Windows Version 6 Build 6002: service Pack2.   Vista 32 bit operating system Edition.  I tried to download SP

  • Windows Recovery 8

    Hello! I would like to ask something. can I recover my windows here recovery? This is because last year I format my laptop to the computer store, he has deleted my windows recovery and it does not have the original windows =') I can here the Windows

  • stop the mail?

    Hello whenever I have signed my app I get emails 340 of websigner. The information he managed signature. Is there a chance to stop it? I see it in the signTool weather it was successful or not! Know my admin came to me and told me that the mail serve