Accessing Oracle DB at multiple location(long distance)

Hi guys,
I have a situation where i need to connect to oracle database which are at long distance(say singapore and UAE). Structure of database is same.
Which is the better way to implement.
1. Using seperate connection for database
Connection conSingapore
Connection conUae
and use diff Statements
or
2. replicating database at single location and accessing centralized database.
Second option is easy as far as java program is concern but what abt replication process? This may cause synchronization(data inconsistancy) problem. Can we use DB link or Materialized views? Has anybody heard tht?
Is there any better way to overcome such situation.
Please help incase anybody has good idea.
Thanks in advance

If I get your intention correct, I would advise to pass in the URL of the db at runtime. That is if you are using the thin driver, you can use the following :
DriverManager.getConnection(url,userName,passWord);you can specify the Database details on runtime so that the connection to the corresponding DB is made.
GoodLuck,
Sekar

Similar Messages

  • Can we control order of cycling when use same access key in multiple locations

    Hi,
    I'm using Jdev 11.1.1.6, IE 9, Firefox 24.0.
    I have created simple jspx page having two buttons, named Add and Close. Close button has got access key as C. When click on Add button I'm calling a <af:popup> and that popup contains two buttons Submit and Cancel. Cancel button has got access key as C. Basically in one jspx file I have got two button using same access key. At runtime those buttons will display one in page and one in popup. 
    In IE: it works fine. When I do access key on popup it will close down the popup.
    In Firefox: it will first focus to the button on the page. When I access the same key for the second time it will set the focus to button on popup and will not execute the action.
    If I'm using different letters it will perform the action in firefox and IE both. In my requirement I need to use the same letter.
    I read in oracle documentation "If the same accessKey appears in multiple locations in the same page of output, the rendering user agent will cycle among the elements accessed by the similar keys.". So it seems to be an expected behaviour.
    My question is: Can we control the order of cycling. i.e. If we do access key on popup, can we first focus on the button in popup instead of button on the page in firefox.?
    Greatly appreciate your ideas.
    Thanks.

    Hi,
    unfortunately yes, the cycling behavior is up to the browser.
    Frank

  • "A long distance company access code is required"

    I just spent half an hour on the phone (the landline) to fix an issue with the DSL setup, and during that time the call was a bit fuzzy. The customer support agent tested the line after we hung up and called back to let me know she didn't find any problems, so I tried putting a different filter on the line in case that was a problem. I called my wife's cell phone so that we could check clarity and then got this message: "a long distance company access code is required". Ok, weird. I called my own cell phone, which has the same area code as the landline, and got the same message. I thought I had nationwide calling? What's the deal? I tried calling customer support again, but the automated support said I would need to have someone come out and check the line at the risk of having to pay charges if the problem was on our side- since I'm not sure the computer knew what my problem actually was, I didn't want to risk it. 
    We just activated everything today. Anyone have a clue what'd going on?

    A little-known secret is that the Verizon Access Code (dialed before the number) is 1016963 .
    Out-of-state (but expensive), try the AT&T Access Code -- 1010288  .
    For DSL-service without a dial-tone, ask for "Dry-loop Service".
    With DSL, try paying Verizon $7.99 per month for "Inside Wire Maintenance" -- otherwise, when there is a problem with the flaky DSL and a service-call is necessary, they may claim that the problem is in your inside wiring, and charge you $100 for each Service Call !
    DSL degrades the further your location is from the "hub-facility".
    The maximum distance from the DSL "hub-facility" is about 18,000-feet (as the wire-travels) -- anything beyond that, and you may experience frequent drop-outs !

  • Can I export using a single dump directory to multiple locations in oracle

    I'm trying to do a full database export using expdp utility in oracle 10g. I have a single dump directory that is mapped to a particular file location say /export/dump. I don't want the entire dump file to be stored in the above path. Instead I want the dump to be distributed among multiple files. I know that this can be done using FILESIZE parameter which will distribute the contents to multiple files according to the size we have specified.
    My problems comes here, I want to export my data to multiple locations, the path is different than what I mentioned above, say /first/dump. Now my question is should I create multiple dump directories for each location before exporting or can I omit directory attribute in expdp and specify the complete path in the FILE parameter itself.

    No. EXPDP needs the server component LOGICAL DIRECTORY. If you don't specify the directory, it will go to the default EXPDP path which will be mostly /rdbms/log. It's defined by the parameters DATA_PUMP_DIR.
    You will have to specify directory attribute if you want to point your dumpfile to go to any specific location and you cannot give the directory path in the file name in EXPDP (unlike conventional exp)

  • Access Code for Long Distance

    I am unable to make long distance calls. Each time I try I get a recording stating the access code I entered isn't valid. What does this mean? I've never heard of using an access code for long distance.
    Thanks in advance for your help. 

    Could be mistake.
    You could have been slammed by another phone company.
    You didn't identify your type of phone service.  E.g Fios Digital Voice, Verizon Freedom Plan, etc..
    Remember you are talking to peers here.  Most likely you will need to use the CONTACT US button on any of the verizon webpage.
    http://www.verizon.com/support/residential/contact-us/index.htm

  • Local skype to go number is long distance

    I have a contact skype to go number which is long dsitance as well as my access number for all other calls is a long distance number. How do i get a different skype to go number for a contact as the rest of my contacts are local skype to go numbers

    Hello,
    Please advise your access number and your other direct dial numbers. Thank you.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Run FDM Report on Multiple Location

    Hello,
    We are on FDM 11.1.2.1. What I'm trying to do is design/change one of the can reports out of FDM so that it will run on multiple locations. I can get the report to run on the current location, a location selected by the user or can get it to run on all locations (takes way too long). What I would like to be able to do is set it up to run the report for all of the children under a control review location. Has anyone ever attempted this or do you have any insight into how to accomplish this? Any suggestions would be appreciated.
    Thank you,
    Jason

    Some food for thought.
    The easiest way to do this would be to have a stored procedure / SQL query that the report is going to hit that will give it exactly what it needs.
    - If you are OK with hard coding values into locations, I agree that the Group Tag idea is good. You could retrieve all of the locations with a query like :
    select * from tPOVPartition where PartNotes = 'GroupNameHere'or assuming it is going to be used in there where clause :
    Select blah blah blah
    from blah blah blah
    where blah blah blah and (PartitionKey in (select PartitionKey from tPOVPartition where PartNotes = 'GroupNameHere'))
    - If you are NOT OK with hard coding Group Tags and want to just let the natural hierarchy work, there is hope.
    By using the tStructParitionLinks table, you can traverse the hierachy and get your list.
    Assuming You have nothing deeper than 1 level, the follow SQL will work:
    (NOTE: Start Location would be the parent and Endlocation would be the child)
    SELECT     a.StartLocationID, a.EndLocationID, b.PartName
    FROM         tStructPartitionLinks AS a INNER JOIN
                          tPOVPartition AS b ON a.EndLocationID = b.PartitionKey
    where a.StartLocationID = <starting parent ID>The problem here is that if you have multiple nested levels, this query is not going to return all of the base items. If you need something to do that, than what you want to do is create a nested stored procedure. I'm not going to supply one as it would take me a bit to write it up.
    The basic premise is :
    - The stored procedure takes an input parameter, ParentID
    - The stored procedure uses a temp table to hold results
    - The stored procedure keeps track of it's recursive level and starts at one. (SQL Server handles this built in, assume oracle does as well)
    - When you call the routine, it takes the ParentID, scans the Partition Link table and pulls all children that are tied directly to it.
    - For each of the children, it adds an entry to the temp database table.
    - Then it checks to see if that child record is also a parent in the table.
    - If it is a parent, it calls another instance of itself (stored procedure) this time passing the child ID as the parent ID
    - Eventually after you've exhausted all of the children/parents, you end up at the end of the initial call and at this point, you return the contents of the temp table.
    - A third option, would be to use FDM script to accomplish this. In theory you could kick something off in a script, have it pull the list of children, and have it pass that info to the report and run it..... The following script will give you a listing of children for a parent :
    Sub ShowChildren()
    'Hyperion FDM CUSTOM Script:
    'Created By:       cbeyer
    'Date Created:       2012-02-22-10:43:06
    'Purpose:
    'Declare variables
    Dim lngLocID
    Dim lngParentID
    Dim strParentName
    Dim strChildren
    'Get current ID by current POV
    'NOTE: You could easily change this around to accept a parameter, etc, by using GetName/GetID calls shown below.
    lngLocID = STRUCTMGR.fGetLocationIDFromName(API.POVMgr.PPOVLocation)
    'Get parent ID
    lngParentID = STRUCTMGR.fGetLocationParent("Controls", lngLocID)
    'Get Name of parent
    strParentName = STRUCTMGR.fGetLocationName("Controls", lngParentID)
    'Create recordset and Enumerate children
    With STRUCTMGR.frsChildrenAll("Controls", lngLocID)
       If Not .BOF And Not .EOF Then
           Do While Not .EOF
              strChildren = strChildren & .Fields("PartName").Value & vbCrLf
              .MoveNext
           Loop
       Else
           'No children
           strChildren = "Location has no children"
       End If
       'Close recordset
       .Close
    End With
    'Display the children information
    If LCase(API.DataWindow.Connection.PstrClientType) = "workbench" Then
         MsgBox "List of Children for " & strParentName & " : " & strChildren
    Else
         'Web Client (Set API action properties)
         RES.PlngActionType = 2                    
         RES.PstrActionValue = "List of Children for " & strParentName & " : " & strChildren
    End If
    End Sub

  • Cisco 4500 Chessis Switch with sup 7l-e supports VSS for long distance upto 40 Km

    Hello Team,
    hope you will find this massage in good health and spirit.
    As per my understanding, Cisco 4507R+E with Sup-7L-E will supports VSS for long distance upto 40 Km, i have a scenario that there are two Data Centre of a Company at different graphical location (distance is 2 Km), both have separate network devices but distributed servers connectivity and all servers accessed from both location (some servers are placed in location 1 and some servers are at location 2), both location has separate ISPs link with segregation of internet connectivity (some users using internet from ISP-1 and other are using ISP-2), Core Switches of both location connected to each other via fiber (company fiber not ISP), at this moment Core Switches are configured with multi-group HSRP and next upgrade to VSS.
    My concern is if Virtual Switch link (VSL) goes down (which will configure on company fiber link) what is the behavior of Switches, both are in Master mode and working standalone or behavior are different, please confirm and suggest for better.
    Regards,
    Ammar Ud-Din

    does anyone reply me on this......

  • Measuring temperature with RTDs over a long distance

    I have created an application using the FP-RTD-122 to take RTD mearurements from multiple locations in a plant. The measurments are correct when the RTD leads are connected directly to the module (about 6ft). However when we wire the RTDs in the plant to the module, the measuremtns are incorrect. For instance the temerature is 79C at one location, but shows as between -193C and 19C in Measurment and Automation Explorer. The distance is about 150 ft. I have found a reference in the internet that suggests using a temperature transmitter that converts the RTD signal to a 4 to 20 mA signal. Does anyone have any experience with measuring RTD over long distances? Do I really need a temperature transitter? If so, do I need to use the FP-AI-111 module instead?

    Nate,
    RTDs allow temperature measurement by reading the resistance of a sensor. This is normally done by exciting the sensor with a known current and measuring the resulting voltage. There are three general types of RTDs; two-wire, three-wire, and four-wire. Two wire RTDs are less accurate because the wire resistance is indistinguishable from the sensor resistance. Three wire RTDs use two wires on one leg (one to carry the known current and one to measure the voltage) allowing one portion of the wire resistance to be nullified. 4 Wire RTDs use two wires on each leg (one for the excitation current) to nullify the wire resistance. As a result, 4 Wire RTDs are the best ones to use for high precision or long distance measurements. To measure 4 Wire RTDs with FieldPoint, you will need to use the [c]FP-RTD-124 module instead of the [c]FP-RTD-122. With that said, I do not know how well 4 wire RTDs will do at 150 feet. 4-20 mA transmitters will easily handle 150 feet so they will probably be your best option. To measure the 4-20 mA signal, you can use the [c]FP-AI-100, [c]FP-AI-110, [c]FP-AI-111, [c]FP-AIO-600, or [c]FP-AIO-610 modules.
    Regards,
    Aaron

  • Popup window error : You are trying to access a page that is no longer..

    Hello guys,
    read all the threads related to popup windows and everything works fine except one thing: all the time I get following error :
    "You are trying to access a page that is no longer active.
    - The referring page may have come from a previous session. Please select Home to proceed."
    Let's define setup I did :
    1. page installed and should be fine, some controller created as well;
    2. new function defined using following params : Type = SSWA jsp function, web HTML = OA.jsp?page=/xxcompany/oracle/apps/icx/por/req/webui/xxPage
    3. function added to menu used in particular responsibility
    IF I define some Promt for this menu entry, I can access this page following way : OA_HTML/RF.jsp?function_id=25860 - everything works fine but I need to get it in popup window
    Fine, popup window URl (no problems with popup window at all) : OA_HTML/OA.jsp?page=/xxcompany/oracle/apps/icx/por/req/webui/xxPage return mentioned error message.
    Fine, let's try this : OA_HTML/OA.jsp?OAFunc=XX_FUNCTION return same error again.
    What else I tried? Well, post params like resp_id and so on = nothing helps so far.
    Something missing in setup?
    Any ideas?
    Message was edited by:
    user642776

    Hi,
    is it a seeded page or a custom one?
    In the first case, have you extended the root AM?
    I had an error like that when I tried to extend the root AM in a seeded page, before to know it was not possible.
    Bye
    Raffy

  • Error after selecting value from LOV - You are trying to access a page that is no longer active.

    Created a simple page with a few text inputs and 4 LOV. After selecting a value from the last LOV the following error is displayed:
    Error:
    You are trying to access a page that is no longer active.
    - The referring page may have come from a previous session. Please select Home to proceed.
    OA Framework              12.1.3
    Oracle OA Extension    10.1.3 - build 1313
    Any pointers to the cause ?
    Thanks

    [57]:EVENT:[xx.oracle.apps.ap..webui.EngagementCO]:OAF LOG: Event : Call Process Form Data, in: xx.oracle.apps.ap..webui.EngagementCO: Entering Process Form Data
    [57]:EVENT:[xx.oracle.apps.ap..webui.EngagementCO]:OAF LOG: Event : Call Process Form Data, in: xx.oracle.apps.ap..webui.EngagementCO: Entering Process Form Data
    [57]:EVENT:[fnd.framework.webui.OAFormValueHelper]:OAF LOG: Event : Get Attribute Value, in: oracle.apps.fnd.framework.webui.OAFormValueHelper: View:xxEngagementVO1 ,Attribute:VendorId , Return Value without datatype conversion :996
    [58]:EVENT:[fnd.framework.webui.OAFormValueHelper]:OAF LOG: Event : Get Attribute Value, in: oracle.apps.fnd.framework.webui.OAFormValueHelper: View:xxEngagementVO1 ,Attribute:VendorSiteId , Return Value without datatype conversion :60158
    [58]:EVENT:[fnd.framework.webui.OAFormValueHelper]:OAF LOG: Event : Get Attribute Value, in: oracle.apps.fnd.framework.webui.OAFormValueHelper: View:xxEngagementVO1 ,Attribute:BusinessPrincipalId , Return Value without datatype conversion :48375
    [59]:EVENT:[fnd.framework.webui.OAFormValueHelper]:OAF LOG: Event : Get Attribute Value, in: oracle.apps.fnd.framework.webui.OAFormValueHelper: View:xxEngagementVO1 ,Attribute:AttorneyPersonId , Return Value without datatype conversion :37430
    [59]:EVENT:[fnd.framework.webui.OAMessageLovInputHelper]:OAF LOG: Event : Get Attribute Value, in: oracle.apps.fnd.framework.webui.OAMessageLovInputHelper: View:xxEngagementVO1 ,Attribute:Vendor , Return Value without datatype conversion :CLIFFORD CHANCE
    fnd.framework.webui.OAMessageLovInputHelper][60]:EVENT:[fnd.framework.webui.OAMessageLovInputHelper]:OAF LOG: Event : Get Attribute Value, in: oracle.apps.fnd.framework.webui.OAMessageLovInputHelper: View:xxEngagementVO1 ,Attribute:AttorneyName , Return Value without datatype conversion :Bloggs, Mr. Joe
    [60]:UNEXPECTED:[fnd.framework.webui.OAPageContextImpl]:MACCHECK: . Parameter failing validation is :MatterCode. Parameter "MatterCode" failed Validation. Value got from request object is 2435 
    Incoming URL is : /OA_HTML/OA.jsp?page=/xx/oracle/apps/ap/legal/webui/EngagementPG&_ti=752953423&language_code=US&&OAFMID=94470&OAPB=_OAFMID&oapc=16&oas=xSrFYCAbgOaPGVhqpb0-hA.. .
    Current URL is : /OA_HTML/OA.jsp?page=/xx/oracle/apps/ap/legal/webui/EngagementPG&_ti=752953423&language_code=US&&OAFMID=94470&OAPB=_OAFMID&oapc=16&oas=xSrFYCAbgOaPGVhqpb0-hA.. .
    Referer URL is : https://paydev.company.com/OA_HTML/RF.jsp?function_id=48080&resp_id=53189&resp_appl_id=20003&security_group_id=0&lang_code=US¶ms=CtXL5LFdg5E7c.aFPRw7fTZ5STWrUsz9iXF2ByXh3F4&oas=gAqepzP-un4kBOC8NUxtIQ.. .
    HTTP Request Method is : POST
    [62]:ERROR:[fnd.common.Message.auto_log]:FNDFND_FORM_POST_SECURITY_FAILEDYHOMEFND_GLOBAL_PRMPT_HOME
    [62]:ERROR:[fnd.framework.OAException]:You are trying to access a page that is no longer active.
    - The referring page may have come from a previous session. Please select Home to proceed.
    Click on browser Back button and all LOV values are empty on original screen. Try and select value from LOV and after selection:
    [23]:EVENT:[xx.oracle.apps.ap.legal.webui.EngagementCO]:OAF LOG: Event : Call Process Form Data, in: xx.oracle.apps.ap.legal.webui.EngagementCO: Entering Process Form Data
    [23]:EVENT:[xx.oracle.apps.ap.legal.webui.EngagementCO]:OAF LOG: Event : Call Process Form Data, in: xx.oracle.apps.ap.legal.webui.EngagementCO: Entering Process Form Data
    [23]:UNEXPECTED:[fnd.framework.webui.OAPageContextImpl]:MACCHECK: . Parameter failing validation is :VendorId. Parameter "VendorId" failed Validation. Value got from request object is 996 
    Incoming URL is : /OA_HTML/OA.jsp?page=/xx/oracle/apps/ap/legal/webui/EngagementPG&_ti=752953423&language_code=US&&OAFMID=94470&OAPB=_OAFMID&oapc=17&oas=lC4tbZwHYHffQY6uX7agiA.. .
    Current URL is :  /OA_HTML/OA.jsp?page=/xx/oracle/apps/ap/legal/webui/EngagementPG&_ti=752953423&language_code=US&&OAFMID=94470&OAPB=_OAFMID&oapc=17&oas=lC4tbZwHYHffQY6uX7agiA.. . 
    Referer URL is : https://paydev.company.com/OA_HTML/RF.jsp?function_id=48080&resp_id=53189&resp_appl_id=20003&security_group_id=0&lang_code=US¶ms=CtXL5LFdg5E7c.aFPRw7fTZ5STWrUsz9iXF2ByXh3F4&oas=gAqepzP-un4kBOC8NUxtIQ.. .
    HTTP Request Method is : POST
    [25]:ERROR:[fnd.common.Message.auto_log]:FNDFND_FORM_POST_SECURITY_FAILEDYHOMEFND_GLOBAL_PRMPT_HOME
    [25]:ERROR:[fnd.framework.OAException]:You are trying to access a page that is no longer active.
    - The referring page may have come from a previous session. Please select Home to proceed.

  • What is the email for the covent garden apple store (UK), if not apple uk. I am in canada and need to contact THIS store (for an insurance claim) and the phone system won't work for a long distance call.

    I am currently living in Canada (but I am from the UK).
    I lost my iphone 4S 32GB a couple of weeks ago and I need to try and prove to my insurance company that the iphone was a 32GB.
    I was told by an apple store near where i live that the original store where i purchased my iphone may be able to find records on my phone and print out a receipt for me. I can't get through to the Covent Garden apple store in london (where i brought the phone), because the automated phone system that apple uses doesn't seem to like long distance phone calls.
    Is there an email for the covent garden store, or for apple uk? I tried toi chat to an apple advisor online, but because of my location i got put through to apple USA.

    https://selfserve.apple.com/agreementWarrantyDynamic.do
    I noticed an error for some reason, the last two characters should have been do rather than co.

  • Monitor vibration over long distance ( 300m)

    Hi everyone,
    Currently, I have a project to monitor vibration (16 IEPE channels) from a station that is more than 300m away from monitoring station. Looking at NI's products, I have a few options:
    1. Using ENET-9234:
    - Only 4 channel/module. I need to use 4 modules in total, and need to connect to a router.
    - Ethernet distance is limited at 100m. To reach 300m, I need to use at least 2 repeaters, which are not suitable for my project (off-shore environment)
    2. Using MXI-4 with Fiber Optic: PXI-8336
    - Maximum allowed distance is 200m.NI recommend to add another segment (i.e. add another PXI chassis in between) to extend range to 400m. Or use optical converter to convert between multi-mode fiber to single-mode fiber to extend range
    http://digital.ni.com/public.nsf/allkb/C86BF63CC73C6721862575F2005A246D
    These recommendations are not suitable either due to harsh contion in the sea and difficult maintenance.
    3. Last option is acquire and process data at the site. Then transfer only processed data back to monitoring station over GPIB or RS-485.
    I would like to seek your advices on these options. Is there any way to avoid the repeaters in between?
    If you have any other ideas, please kindly let me know.
    Thank you very much!
    Have a great week ahead!
    PQH

    I also like the cRIO approach.  There are copper to fiber media converters on the market that offer single mode fiber which is what you would need for the longer distance. 
    Check out the following tools to help you get up and running quickly with cRIO:
    This listing is an attempt to list and briefly describe core tools that speed the development of waveform acquisition and analysis applications on the CompactRIO and RT platforms. 
      NI CompactRIO Developers Guide: This is a core developer's guide for a wide range of waveform acquisition and analysis applications.  It provides useful background on CompactRIO and control applications in particular.  It has chapters on waveform acquisition as well as deployment and management of applications on CompactRIO. 
    http://www.ni.com/compactriodevguide/
      Reference Applications for cRIO Waveform Acquisition:  This is the core template for acquiring waveforms for analysis, including vibration, electrical power, and structural monitoring.  It makes a great starting point for waveform applications on cRIO. 
    http://zone.ni.com/devzone/cda/epd/p/id/6206
      cRIO Reference Designs for Structural Health Monitoring:  This reference builds on the waveform acquisition reference and adds scan engine for slowly changing signals as well as TDMS data logging on event.
    http://zone.ni.com/devzone/cda/tut/p/id/9851
      Simple Messaging Reference Library (STM): This tool provides a TCP/IP communications protocol which is used in the benchmarks shown on the waveform acquisition reference page.  It is an excellent tool for efficient communications between cRIO and a host, easily supporting time waveform live streaming.
    http://zone.ni.com/devzone/cda/epd/p/id/2739
      Reference Library for Converting Between LabVIEW and XML Data (GXML):  This reference provides a remote XML configuration tool, to be used for remote configuration of the cRIO LabVIEW application.
    http://zone.ni.com/devzone/cda/epd/p/id/6330
      LabVIEW Syslog Protocol Reference Library: This reference offers a UDP cRIO status monitor to indicate to the host the operational status of the remote cRIO
    http://forums.ni.com/ni/board/message?board.id=Components&thread.id=51
      Reference Applications for cRIO Order Analysis Using a High Speed Tach:   This reference offers tachometer or encoder interpretation in FPGA when the I/O device is in a separate and higher speed loop. 
    http://zone.ni.com/devzone/cda/epd/p/id/6301
      DSA Module Synchronization Reference Design for Multiple cRIO Chassis:  This reference is useful when the timing of I/O needs to be tightly synchronized between two cRIO chassis.  It works with a signal line, as well as with GPS. 
    http://zone.ni.com/devzone/cda/epd/p/id/6146
       Additional NI Systems Engineering Components are listed here:  Additional tools can be found on the Systems Engineering Components discussion forum. 
    http://forums.ni.com/ni/board?board.id=Components
    Hope this helps you get started with cRIO, which is a great choice for industrial oil platform applications for temperature, and Class 1 Div 2 certifications. 
    Preston Johnson
    Principal Sales Engineer
    Condition Monitoring Systems
    Vibration Analyst III - www.vibinst.org, www.mobiusinstitute.com
    National Instruments
    [email protected]
    www.ni.com/mcm
    www.ni.com/soundandvibration
    www.ni.com/biganalogdata
    512-683-5444

  • Oracle XE on multiple virtual machines on the same physical machine?

    hi,
    does oracle's licensing for 11g express edition prohibit running XE databases on multiple virtual machines on the same physical machine? if not, does the machine have to be "hard partitioned" per oracle specifications (link below) to make it legal?
    http://www.oracle.com/us/corporate/pricing/partitioning-070609.pdf
    i found a similar question regarding 10g express edition in the forum (link below), but it doesn't seem like the question was ever definitively answered.
    Oracle XE on multiple virtual machines on the same physical machine?
    thanks

    I thought until I just checked that this was a clear cut no in that it specifies 'a single server'. Now I'm not sure as 'server' is an amibuous term. I at least know that as soon as you start giving developers access to theor own XE instance for dev/testing that there are many VM environments where you can't really know what physical macine your VM is running on to actually be able to tell if you had multiple XE instances running on a single 'Physical' server. I'm not sure the question has been answered by Oracle though.

  • How to access oracle forms from public ip through internet browser

    Dear Team,
    I have following setup:-
    We are using oracle database 11gR2
    Oracle Forms & reports : 11.1.2
    O.S : Windows 7 Professional
    I am currently accessing forms through local network through browser from server successfully.
    Now I want to access the same forms through public ip through internet browser from a remote location and not from our local network.
    I have also installed Xammp 1.7.7 apache server in the same setup computer.
    Last time I tried to access oracle through http server but xampp http port was conflicting with oracle http server so i needed to disable oracle http server for xampp apache server to work, at that time i was not needing oracle http server, now I need both. Is there any workaround to this for oracle and xampp to work at the same time in the same setup, please let me know.
    Can anybody help me to find solution for this issue.
    Thanks in Advance.

    You have to use two different -different ports for the both
    use 8080 port for the Oracle http and another for another web server.
    you can use proxy to filter the requests and redirect then to another port as per requirement.

Maybe you are looking for

  • Apple did nothing for me!!!!!

    i sent out my ipod to get fixed cuz of the bug issues wit update 1.2 and they sent it back and said nothing was wrong, then i check the software version on the ipod and it is 1.1.2 what is up with that..... that is upsetting

  • Issue with Adobe Form Layout

    Hi, I have an issue with the Adobe Form Layout.Although I have added a field in the Context Menu of the Form Builder but the context has not been added to the Data View. Could you please help me to understand how to include the parameters and structu

  • Late 2007 MBP dvi out to hdmi tv...sound?

    I have a late 2007 MacBook pro with a dvi output port. A friend has a 2011 MacBook pro and swears he has a min dvi to hdmi converter...though I am wondering if it is a thunderbolt port. Point is, he has the converter cable to hdmi and hooked up to th

  • How to parse date in yyyyMMddHH'.'mmss'00' format

    Hi all, In an applet I am creating, I receive a timestamp in the following format: yyyyMMddHH'.'mmss'00' As an example, the date string I receive is "2003011419.304600" which, when decoded, gives, Jan 14 19:30:46 2003. I need to convert this to the M

  • Long running onMessage() method

    I have an application in which the onMessage() method implemented within an MDB would never complete. The onMessage() method calls a bean which executes in a while(TRUE) loop. If I were to use CMT to control my MDB, the message would not be dequeued