Access OTN-hosted db remotely

Hi - I did a search and couldnt find anything so if this is a simple answer then I apologize.
I had a local install of htmldb and was using that, but since I often use different computers I was granted a workspace through Oracle so I could make changes from any computer and have it saved to a central area.
My question is this - is there anyway for me to access my schema/db from outside of the web browser? Say with a development tool using a TNS entry? I am used to my own tool, and sort of prefer testing code on that first. If there isnt, I'll just create a local copy on my own db and test there, but it would be nice if it was accessible.

Thanks Scott for the reply - I was expecting this was the answer but wanted to verify.

Similar Messages

  • Cannot access mailbox hosted on remote EX2010 server through OWA

    Our Internet facing OWA is published through our EX2013 server as MAIL.CONTOSO.COM
    We have multiple sites acrossed global. OWA proxy from EX2013 to EX2010 works fine for NZ and US. But for some reason when tries to access mailbox on UK EX2010 SP3 server through the EX2013 OWA, I got error below:
    OWA-Error: Microsoft.Exchange.Data.Storage.NotSupportedWithServerVersionException
    X-OWA-Version: 15.0.775.32
    X-FEServer: EX2013-CAS
    X-BEServer: EX2013-CAS
    Checked the mailbox ExchangeVersion on the UK EX2010 server, it is 0.10 (14.0.100.0) same as NZ and US EX2010 mailbox users.

    What is the version using get-exchangeServer | FL *Version* ?  2010 Sp3 is required at a minimum : Build 14.3.123.4
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • ASA 5505 VPN can't access inside host

    I have setup remote VPN access on a ASA 5505 but cannot access the host or ASA when I login using the VPN. I can connect with the Cisco VPN client and the VPN light is on on the ASA and it shows that I'm connected. I have the correct Ip address but I cannot ping or connect to any of the internal addresses. I cannot find what I'm missing. I have the VPN bypassing the interface ACLs. Since I can login but not go anywhere I feel certian I missed something.
    part of config below
    interface Vlan1
    nameif inside
    security-level 100
    ip address 10.1.1.1 255.255.255.0
    ip local pool xxxx 10.1.1.50-10.1.1.55 mask 255.255.255.0
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto dynamic-map outside_dyn_map 20 set pfs
    crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
    crypto dynamic-map outside_dyn_map 40 set pfs
    crypto dynamic-map outside_dyn_map 40 set transform-set ESP-3DES-SHA
    crypto dynamic-map inside_dyn_map 20 set pfs
    crypto dynamic-map inside_dyn_map 20 set transform-set ESP-3DES-SHA
    crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
    crypto map outside_map interface outside
    crypto map inside_map 65535 ipsec-isakmp dynamic inside_dyn_map
    crypto map inside_map interface inside
    crypto isakmp enable inside
    crypto isakmp enable outside
    crypto isakmp policy 10
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    service-policy global_policy global
    group-policy xxxxxxx internal
    group-policy xxxxxxx attributes
    banner value xxxxx Disaster Recovery Site
    wins-server none
    dns-server value 24.xxx.xxx.xx
    vpn-access-hours none
    vpn-simultaneous-logins 3
    vpn-idle-timeout 30
    vpn-session-timeout none
    vpn-filter none
    vpn-tunnel-protocol IPSec
    split-tunnel-policy tunnelall
    default-domain none
    secure-unit-authentication disable
    user-authentication disable
    user-authentication-idle-timeout none
    ip-phone-bypass disable
    leap-bypass disable
    nem disable
    nac disable
    nac-sq-period 300
    nac-reval-period 36000
    nac-default-acl none
    address-pools value xxxxxx
    smartcard-removal-disconnect enable
    client-firewall none
    webvpn
    functions url-entry
    vpn-nac-exempt none
    no vpn-addr-assign aaa
    no vpn-addr-assign dhcp
    tunnel-group xxxx type ipsec-ra
    tunnel-group xxxx general-attributes
    address-pool xxxx
    default-group-policy xxxx
    tunnel-group blountdr ipsec-attributes
    pre-shared-key *

    I get the banner and IP adress info...
    This is what the client log provides...
    1 13:45:32.942 05/30/08 Sev=Warning/2 CVPND/0xE3400013
    AddRoute failed to add a route: code 87
    Destination 172.20.255.255
    Netmask 255.255.255.255
    Gateway 10.1.2.1
    Interface 10.1.2.5
    2 13:45:32.942 05/30/08 Sev=Warning/2 CM/0xA3100024
    Unable to add route. Network: ac14ffff, Netmask: ffffffff, Interface: a010205, Gateway: a010201.

  • I can't access my IMAP port remotely.  Why?

    I can't access my IMAP port remotely. Why?
    <p>
    If you can access your IMAP port using telnet on the host, but not
    remotely, this is most likely a DNS issue. IMAP is different from POP
    and SMTP in that it does a DNS search. Check the DNS Service
    Search Order, and delete any entries that are questionable
    (i.e. an ISP that may not be reachable) and try connecting again.

    Please provide a little more information. What exactly are you trying to do? Bluetooth on iOS devices is not set up to share files and photos. If you can tell us what you want to accomplish we can tell you how to do it.

  • DW Procedures to connect to MS ACCESS database located on remote server

    I am confused about the procedures within Dreamweaver CS3 to connect to a MS ACCESS database on a remoter server.
    I am working through a tutorial book, "Dreamweaver 8 with ASP, Cold Fusion and PHP Training from the Source", but the instructions are unclear concerning the procedures to connect to a MS ACCESS database located on a remote server. 
    The book indicates that the server administration has to create the DSN for you and screen shots indicate that you will result in a list of DSNs to choose from when creating the connections .asp file.
    I went through the procedures to create a connections .asp and resulting in a connection without and tables (of course) because I do not initially have any connection information from my remote site.
    I have generated the required two lines of code as follows for my MS ACCESS database connection on my remote server:
    'Database connection info and provider
    strCon="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&_
    Server.MapPath("database\trans.mdb") & ";" &_
    "User ID=xxx;Password=xxxxx"
    The question that I have is:
    How does this connection coding relate to the "connections/conn_newland.asp" file that was create within the Dreamweaver screens?  How do I merge the ASP coding?  The file (/connections/conn_newland.asp) generated within Dreamweaver is as follows:
    <%
    'FileName="Connection_odbc_conn_dsn.htm"
    'Type="ADO"
    'DesignationType="ADO"
    'HTTP="true"
    'Catelog=" "
    'Schema
    Dim MM_conn_newland_STRING
    MM_conn_newland_STRINT = "dsn=newland;"
    %>
    Any advice would be appreciated.  I know that this is simple but debugging an error from an  ASP coding merge would be a "bear" to debug!

    I have not used MS Access myself (fortunately) but I believe it works much like the old, old way of achieving a multi-user database in FileMaker.
    That is, it is not a true client-server database but more a peer-to-peer database and that each peer opens the same database file which is available to multiple user via file sharing. Therefore as elikness said it should just be a matter of putting the files on your Lion Server and then sharing that folder/volume using SMB sharing.
    However one thing to be aware of, since MS Access is not a true client-server database I would imagine it uses record locking to manage simultaneous direct access to records in the same files. File or Record locking is something that has historically been a bit flakey when using Windows clients with a Mac file server (and probably vice versa).
    While I am not proposing it as a solution to consider seriously, it is worth you knowing that FileMaker Pro is a database system that is available for both Mac and Windows and depending on how you configure things can be considered to stretch from a configuration very similar to MS Access at the low end all the way to a high-end MS SQL Server style setup at the top end. See http://www.filemaker.com for details.
    There is also a a third-party tool available for migrating databases to or from FileMaker Pro and it can convert MS Access databases to FileMaker Pro see http://www.fmpromigrator.com/
    You could use FileMaker Pro just on Windows machines if you wish.

  • We have created shared folder on multiple client machine in domain environment on different 2 OS like-XP,Vista, etc. from some day's When we facing problem when we are access from host name that shared folder is accessible but same time same computer when

    Hello All,
    we have created shared folder on multiple client machine in domain environment on different 2 OS like-XP,Vista, etc.
    from some day's When we facing problem when we are access from host name that shared folder is accessible but same time same computer when we are trying to access the share folder with IP it asking for credentials i have type again and again
    correct credential but unable to access that. If i re-share the folder then we are access it but when we are restarted the system then same problem is occurring.
    I have checked IP,DNS,Gateway and more each & everything is well.
    Pls suggest us.
    Pankaj Kumar

    Hi,
    According to your description, my understanding is that the same shared folder can be accessed by name, but can’t be accessed be IP address and asks for credentials.
    Please try to enable the option below on the device which has shared folder:
    Besides, check the Advanced Shring settings of shared folder and confrim that if there is any limitation settings.
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Cannot access SAPMNT hosted on NT Cluster

    We need to access SAPMNT hosted on CI node name R3-FFHK-CLS01 of the
    PRD NT cluster
    (CI and DB node) from another SAP QAS server name SAENUS.
    The SAPLOC and SAPMNT was created during SAP installation and have been
    granted everyone full control permission on both CI and DB node of PRD
    NT cluster and SAP QAS server.
    Despite the above, when we logon to Windows 2003 on SAP QAS server name
    SAENUS to access the SAPMNT hosted on CI node name R3-FFHK-CLS01 of PRD
    NT cluster, we received the following error :
    R3-FFHK-CLS01\sapmnt\ is not accessible. You might not have
    permission to use this network resource. Contact the administrator to
    find out if you have access permissions. Access is denied.
    We can connect and see the shares inside
    R3-FFHK-CLS01 but cannot
    access
    R3-FFHK-CLS01\sapmnt. Strange.
    On the other hand, if we logon to Windows 2003 on either node of PRD NT
    cluster we can access the SAPMNT share hosted on SAP QAS server name
    SAENUS without permission problem.
    Regards, Johne.

    We logon to the cluster with domaina\prdadm.
    We logon to the QAS with domaina\qasadm.
    We can access SAPMNT hosted on QAS from cluster when logged onto cluster using domaina\prdadm.
    We can't access SAPMNT hosted on cluster from QAS when logged onto QAS using domaina\qasadm.
    Both SAPMNT has been granted everyone full control permission.

  • Lost window, using published application on server 2012, when access it via web remote.

    Hi,
    We use an edi software installed on a Server 2012.
    When we use this software accessing the server by Remote Desktop, everything works normal.
    When we use the same software accessing the server by web access, (...softname/RDWeb/Feed/webfeed.aspx) where was published this soft application, we lost some windows after different actions.
    For example if I do a modification for a value in one specific window, after I click save, that window disappear but can appear again only if I click again anywhere on my desktop.
    In other words that window lost the focus and probably is still open under another window. Clicking again anywhere, will reactivate it and that window appear again.
    Can you please help me to find a solution to this problem?
    Thank You!

    Hi,
    For example if I do a modification for a value in one specific window, after I click save, that window disappear but can appear again only if I click again anywhere on my desktop.
    Would you please tell us which window and what has been modified specifically?
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • How to access SSRS in cloud remotely over internet

    How to access SSRS in cloud remotely over internet. How authentication and authorization of reports based on user roles can be managed over internet.
    Thanks in advance for your help.
    Bala

    this is resolved

  • Accessing the host component in a PDF navigator

    Hi all,
    I'm trying to access the host (i.e reader or acrobat) in a PDF navigator (Portfolio) created in flash builder.
    I have seen numerous examples that override the host set method by doing the following:
    public function set host(host:INavigatorHost):void
                                                 if(host != null) {
                                                           _host = host;
                                                           startEverything();
                                                 } else {
                                                           _host = null;
                                                           //Alert.show("Navigator Ending");
    Then the _host:INavigatorHost is used to access the host application.
    When I try to do this using Flex 4.1 it tells me that this method is not marked for override.
    If i just try to access 'host' it tells me that it is 'write-only'.
    Any help at all, or another method would be greatly appreciated.
    Thanks,
    Chris

    Hi,
    there are several possibilities to achieve that.
    For example
    - JDO
    - SQLJ
    - direct access to the database via JDBC from your WD Controller (not recommended).
    For more information about JDO see at
    /program files/SAP/JDT/eclipse/examples
    There you will find the tutorial J2EE_GettingStartedJDO
    For general information about Java persistence have a look at
    http://help.sap.com/saphelp_erp2004/helpdata/de/61/fdbc3d16f39e33e10000000a11405a/content.htm
    Regards
    Helmut

  • Crio to host multiple remote front panels

    Hello all,
    I've a question abt remote front panel hosted by a cRIO system (cRIO9068 to be more specific, running RTOS).
    I have a top level VI (main) as the start up vi in my cRIO system, and it would call a subvi during run. I'd like to enable remote front panel for both the main vi and the sub vi so that I can see both front panels using a web browser. I'm not sure if such a configuration is possible at all and would like to listen to comments by users who have similar experiences.
    Thank you very much!
    Best,
    Jidong

    Hello hhaamm,
    To the best of my knowledge, I don't believe it is possible to host multiple remote front panels from the same executable, and, if it is, would be very difficult. The NI Web Server configuration file only specifies one port on which an executable can run web services, like remote front panels. In, short, I am not sure how you would be able to accomplish this.
    Another thing to keep in mind is that what you want to accomplish can be done in many different ways that would be much easier than creating multiple remote front panels.
    One of these is to move all of your controls and indicators to the top level VI. i.e. make the data you want to see from the sub-VI an output of the sub-VI and create a new indicator for this on your top-level front panel. This way you can still use a remote front panel and can use different decorations and labels to separate the top-level and sub-VI outputs.
    Another way to do this is to use the tab control to create multiple tabs, one for your top-level indicators, and one for your sub-VI indicators. This would still enable you to use remote front panels and would allow for the separation of your different indicators. Here is a note on how to do that:
    http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/creating_tab_controls/
    And here is a more in-depth forum post on how to create them:
    https://forums.ni.com/t5/LabVIEW/how-do-you-create-tabs-on-the-front-panel/td-p/201495
    The final way I can think how you would accomplish this is to use a web service instead of remote front panels and host the output of the sub-VI as a separate website. 
    Hope this helps!
    Collin D.
    Applications Engineer
    National Instruments

  • How to access PO host name in SAP BPM

    Dear experts,
       I want to give BPM inbox link as a customized message to "potential owners" in "Email Notification" step in BPM. I want to identify the <hostname> and generate the BPM inbox link. Is they any way to access the host name as "system variable" in BPM?
    Thanks!
    Amulya

    Thank you for your reply Siddhant.
    Ya, I am aware of NWA config to get an automated email for human activity. The reason I can not use this option because, automated email can not be customised. I have the requirement to customize the email with some payload variables.
    I have implemented some workaround to get the host name in BPM.
    Thanks and Regards,
    Amulya

  • HT1212 Can I access my iPhone 5 remotely that has a damaged screen that can not be unlocked from the actual phone itself?

    Can I access my iPhone 5 remotely that has a damaged screen that can not be unlocked from the actual phone itself?

    No.

  • Attempting to access Firefox on my remote computer

    I'm accessing my work computer remotely from home. I launch Firefox and I can see that it opens but then it disappears. I'm not sure where it is going. I can't seem to get it back. This is the first time that this happens meaning that in the past, I have been able to use Firefox without any issues when using my work computer from home. This does not occur with Chrome or IE and the first time it occurs with Firefox. I have two monitors at work and only one at home. I tried loading Firefox in Safe mode but the same thing occurs (i.e. it launches and then disappears). My second monitor at work seems to be turned off (verified by a colleague). Using Windows 7 at home and at work.

    A remote desktop connection once an OpenVPN connection is established. Funny thing is that Firefox now displays correctly. After having tried opening and closing Firefox several times and launching in Safe mode, I clicked an internet link in an email and lo and behold, Firefox finally displayed. With all of my previous tabs and the new tabs that I had tried to launch it with. Not sure why it did not display correctly originally or the first 10 times that I tried launching it.

  • Accessing partitioned table thru remote databse link

    Dear All
    I want to use create table command in my database .I want access partitioned table of remote datbase thru database link.Pl let me know the scripts.
    Thanks
    Parth
    NB : I was using the foll but actually the data given is wrong.
    select * from Data@prod "partition(part_feb03)";

    Don't able use partition table with the database link, sorry
    Regards
    Hector

Maybe you are looking for