Early Adopter Release 2: Change in how TNS connections saved?

I was using EAR 1 happily, having created my connections as TNS Alias.
On switching to EAR 2 (fresh install - completely removed EAR 1 before installing 2 and did not attempt to transfer any connection info from 1 to 2), I can create a TNS Alias connection and connect.
However, when I close Raptor and start it again, the connection no longer works - it has switched to a TNS Connection Identifier, rather than a TNS Alias. When I try to connect I get "Status : Failure -no ocijdbc10 in java.library.path".
If I then switch the connection back to TNS Alias (and reselect the alias) I can connect fine. Unfortunately, when I restart Raptor I go through the same thing again.
As I didn't have the problem in EAR 1, I have no idea of how Raptor saved my TNS Alias connection, although from memory the connection details were <user>@<TNS alias>, but I couldn't be sure.
Looking at my IDEConnections.xml, it has saved the connection with the URL and Connection Type lines like:
<URL>jdbc:oracle:thin:@ TNS connection identifier information </URL>
<ConnectionType>JDBC</ConnectionType>
If we create the connection as TNS Alias, shouldn't it save it as that?
I don't have the problem if I set up the connection on the Basic tab and don't go to the TNS tab.

Out of curiosity, I have just gone back to build 715 to see what it did with the connection I created as a TNS Alias. It was converting it to a basic connection (looking at the details behind the TNS alias and getting the Host, Port and SID) rather than saving it as a TNS connection.
In 796/804 Raptor is converting the TNS Alias to the corresponding Connection description.
As an example:
TNSNAMES.ORA file contains:
myalias =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = tcp)(HOST = mymachine)(PORT = 1521))
(CONNECT_DATA =
(SID = MYSID)
Build 0715 saved this as a Basic connection with:
Hostname = mymachine
Port = 1521
SID = MYSID
Build 0796 / 0804 saved this as a TNS Connection Identifier of (which includes all of the white space from the tns names file, just not the line breaks):
(DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=mymachine)(PORT=1521)) (CONNECT_DATA=(SID=MYSID)) )
As I have said in another thread, ideally I would prefer the connection to be saved as a TNS Alias of "myalias". If I had to choose between 0715 or 0796/0804 functionality, I would choose 0715 functionality, as that works on my machine. I assume the new functionality not working is based on which Oracle client I have installed and which products are installed as part of that client.

Similar Messages

  • Early Adopter release : What is it, really ?

    Does anyone know the difference between an Early Adopter Release and a Production Release ?
    Of course, no oracle support for now, Documentation not available, no pasckaging , but what else ?

    Does anyone know the difference between an Early
    Adopter Release and a Production Release ?
    Of course, no oracle support for now, Documentation
    not available, no pasckaging , but what else ?I think we should consider it (10.1.0.3) being a developers release. <http://otn.oracle.com/tech/macos/index.html>
    regards,
    Ronald.
    http://ronr.nl/unix-dba

  • Early Adopter release : Extract DDL for tables does not work

    Hi,
    just had a look at Raptor - really nice tool - easy install - could be a replacement for SQLnavigator for us. One or two things I noticed though ...
    1)
    Export->DDL for tables does not work throws following error
    java.lang.ClassNotFoundException: oracle.dbtools.raptor.dialogs.actions.TableDMLExport
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at oracle.ideimpl.IdeClassLoader.loadClass(IdeClassLoader.java:140)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         at oracle.dbtools.raptor.dialogs.BasicObjectModifier.launch(BasicObjectModifier.java:142)
         at oracle.dbtools.raptor.dialogs.BasicObjectModifier.handleEvent(BasicObjectModifier.java:210)
         at oracle.dbtools.raptor.dialogs.actions.XMLBasedObjectAction$DefaultController.handleEvent(XMLBasedObjectAction.java:265)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:530)
         at oracle.ide.controller.IdeAction$1.run(IdeAction.java:785)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:804)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:499)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    and 2)
    when I click on a package body - I get "loading ..." below it but it never puts the
    procedure names in and the "loading ..."message stays in the tree view - however you do get to see the packages in the source window.
    Realise this is very much a work in progress and am grateful to see an early release such as this. Looking forward to the production release.
    Best regards,
    David.

    OK thanks for looking ....you've obviously got the fixes on your to do lists
    Noticed that the SQL tab when you select an object works fine - displays the
    DDL for the object
    Do you think you'll have functionality so you can select many objects (shift left click) and
    then create a DDL script for them? It looks like you can do this for all objects in a schema but
    the ability to select a subset of objects in a schema would be very useful for our DBA's.
    Couldn't see any good reason for keeping using SQLNavigator
    Many congratulations on producing such a useful tool.
    Kind regards,
    David.

  • Solaris 11 Early Adopter - hostname changing changes?  :)

    I see that the "old" way of changing hostnames from Solaris 8/9/10/11-Express has changed, but I can't get the new way to work in the Early Adopter release. The docs say to use this command:
    svccfg -s svc:/system/identity:node setprop config/nodename = new_hostname
    I can run that command as the root role, but the nodename property does not change (no errors, zero return code). I can't use svc commands to edit it or delete it either: it's like the property is immutable?
    This is a fresh text installer install in a VMware x64 VM. Current ugly workaround is to run the hostname command in rc2.d on boot to rename the system. (/etc/nodename, /etc/hostname.<iface>, /etc/hosts changes are ignored on boot: system is always renamed to the config/nodename property)
    Any ideas?
    Thanks!

    run a refresh and restart on the service.
    svcadm refresh svc:/system/identity:node
    svcadm restart svc:/system/identity:node
    You might also need to set the config/loopback property with the new hostname (same way you set the config/nodename property).

  • OTN web page still says early adpter release 3

    http://www.oracle.com/technology/index.html
    FEATURED DOWNLOADS
    Project Raptor Early Adopter Release 3 for Linux and Windows
    Should this be changed to Oracle SQL Developer (formerly Project Raptor) Early Adopter Release 4?

    Thanks for pointing this out - I did not even know that the OTN guys had put us there. I just asked them to update but it will take a few hours -
    -- Sharon

  • Logging in Oeacle SQL*Plus (ORA-12170: TNS: Connect timeout occured)  ...

    I installed recently Oracle 10g. When I try to log in, with the account and password setup[ earlier, I get the message "ORA-12170: TNS: Connect timeout occured". Do I need to specify a Host String" at Log On? Should I un-install and re-install the software again? Thank you.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    /* Error:     ORA-12170 (ORA-12170)
    Text:     TNS:Connect timeout occurred
    Cause:     The server shut down because connection establishment with a
         client failed to complete within the allotted time interval. This
         may be a result of network/system delays; or this may indicate
         that a malicious client is trying to cause a Denial of Service
         attack on the server.
    Action:     If the error occurred because of a slow network/system,
         reconfigure the SQLNET.INBOUND_CONNECT_TIMEOUT parameter in
         sqlnet.ora to a larger value. If a malicious client is suspected,
         use the address in sqlnet.log to identify the source and restrict
         access. Note that logged addresses may not be reliable as they can
         be forged (e.g. in TCP/IP).
    Could also be a firewall issue.
    Werner

  • HT201210 how can i retrieve texts from an earlier back up without changing all the other settings on my iphone?

    how can i retrieve texts from an earlier back up without changing all the other settings on my iphone?

    You can't. Restoring from a backup is all or none.
    You can use a utility such as this one to extract the messages from the backup on your computer but you can't re-transfer the messages to the Messages app on your iPhone.
    http://msb.macsupport-pr.com/

  • Lack of Mac & Linux Support Hurting Javafx 2.0 Early Adoption and traction.

    Lack of Mac & Linux Support Hurting Javafx 2.0 Early Adoption and traction.
    Oracle needs to come out with a Mac & Linux Beta built, or let developers know the real story behind Mac OS and Javafx 2.0.

    I too would like to at least be able to try the Mac/Linux ports, even knowing that they are behind the Windows version. But just knowing that Oracle is committed to them is enough to ease any nervous feeling that I'm choosing the wrong tech.
    I have no problems with the fact that Oracle is concentrating on Windows first. It makes sense. If you have to pick one platform to focus on while you are getting the kinks out, it makes sense for it to be the most popular platform. That's Windows. But there mustn't be too long of a wait for the others. (E.g. if they were in a public beta stage when the Windows version is at final release, that would help boost confidence in the platform.)
    So long as they don't make the same mistakes that were made with Swing, where there are too many assumptions that all platforms work the same - so things like Mac's screen menu bar had to be fit in after the fact by Apple using awkward hacks. (I notice that now even popular Linux distros (Ubuntu) are using the screen menu bar concept, though they have managed to fit that into the window manager in such a way that it didn't seem to cause much problems.)

  • Once PO is released against a PR, how can the PR be deleted or modified by

    Once PO is released against a PR, how can the PR be deleted or modified by the Requisitioner. Any / deletion of a PR,
    Note: Our Req No one Can PR delete if it have converted in po,

    hI,
    Note 521174 - ME52N: Deletion of a PReq despite PO
    Check this note is applicable or not at your end
    Summary
    Reason and Prerequisites
    You create a purchase requisition and a purchase order is generated from it. Afterwards, you change the purchase requisition by setting the deletion indicator. The system generates a warning message that a purchase order already exists for this purchase requisition. However, the deletion of such a purchase requisition should be prevented. Therefore, the system should generate the error message 06152.
    Other terms
    ME52, 06152.
    Reason and Prerequisites
    The warning message does not suffice.
    Solution
    After you implemented the correction, you can set set the message via Customizing. If you customize the message as an error message, a deletion is no longer possible. However, the message is not output as an error message in order to block a further processing of the purchase order. This only appears as an information message.
    Regards
    Kailas Ugale

  • HT1420 When I try and authorise I get this message.The required directory was not found or has a permissions error. Correct this permissions problem and try again, or deauthorize this computer if the permissions cannot be changed. How do I rectify?

    When I try and authorise I get this message.The required directory was not found or has a permissions error. Correct this permissions problem and try again, or deauthorize this computer if the permissions cannot be changed. How do I rectify?

    iTunes: Missing folder or incorrect permissions may prevent authorization
    Mac OS X
    Log in to your computer using an administrator account.
    In the Finder, choose Go to Folder from the Go menu.
    Type: "/Users" (without quotes) and click Go.
    If the Shared folder exists
    Open Terminal (found in /Applications/Utilities).Warning: This step involves modifying permission settings by entering commands in the Terminal application. Users unfamiliar with Terminal and UNIX-like environments should proceed with caution. The entry of incorrect commands may result in data loss or unusable system software. Improper alteration of permissions can result in reduced system security or exposure of private data. This option requires a non-blank admin password.
    Depending on which version of Mac OS X you have, this step will vary:
    On Mac OS X v10.5.8 and earlier, type:sudo chmod -R 777 /Users/Shared
    On Mac OS X v10.6 or later, type:sudo chmod -R 1777 /Users/Shared
    Press Return.
    Quit Terminal.
    If the Shared folder does not exist
    The following steps will recreate the Shared folder if it is missing and ensure that it has been assigned using the correct permissions.
    Open Terminal (found in /Applications/Utilities).Warning: This step involves modifying permission settings by entering commands in the Terminal application. Users unfamiliar with Terminal and UNIX-like environments should proceed with caution. The entry of incorrect commands may result in data loss or unusable system software. Improper alteration of permissions can result in reduced system security or exposure of private data. This option requires a non-blank admin password.
    Type or copy and paste the following command into the Terminal window:sudo mkdir -p /Users/Shared/
    Press Return.
    Enter your administrator account password when prompted, then press Return.
    Depending on which version of Mac OS X you have, this step will vary:
    On Mac OS X v10.5.8 and earlier, type:sudo chmod 777 /Users/Shared
    On Mac OS X v10.6 or later, type:sudo chmod 1777 /Users/Shared
    Press Return.
    Quit Terminal.

  • [svn:fx-trunk] 12912: With TLF 571 checked in we can now revert the MXML 2009 changes for how the id language attribute is processed .

    Revision: 12912
    Revision: 12912
    Author:   [email protected]
    Date:     2009-12-14 12:08:35 -0800 (Mon, 14 Dec 2009)
    Log Message:
    With TLF 571 checked in we can now revert the MXML 2009 changes for how the id language attribute is processed.
    An unqualified id property will no longer be seen as a setter for a normal public, writable, non-static "id" property - which matches Flex 3 behavior.
    As in earlier versions of Flex, the mechanism to retain MXML id attribute information at runtime is to implement mx.core.IMXMLObject. The compiler will generate a call to the intialized() method and pass in the id information.
    Note: One exception to this rule seems to be UIComponent which instead get id attribute information via mx.core.IDeferredInstantiationUIComponent (although there seems to be a TODO in the codebase to remove this mechanism and thus should not be relied on by third parties).
    QE notes: Please add tests for the TLF id property on flow elements (div, span, p, etc).
    Doc notes: Please check that we have not documented
    Bugs: N/A
    Reviewer: Paul
    Tests run: Checkintests, local test cases.
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/Type.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/TypeTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.ja va
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IID.as

    This is a duplicate post.  This should be locked to avoid further confusion.
    My CSS wont change
    Nancy O.

  • Release dates changed?

    For reasons I don't understand, all the Release Dates for all our tracks on our iTunes U site recently changed to 5/29/07.
    We've been uploading tracks at various dates since October 2006, so this is not at all what we want for many reasons -- not least of which is that folks who've subscribed to our various channels are finding tracks being re-downloaded to their computers since it appears that they're 'new'.
    Any idea what went wrong? Any way to restore the actual release dates to what they were in early May?
      Mac OS X (10.4.6)  

    Hi Duncan. Glad to hear folks are trying to resolve this problem.
    Just to clarify -- the problem is still happening, i.e., the release dates are still changing.
    Is any other iTunes U site seeing this problem, or is it only Wellesley?
    I'm hopeful that there's a way to both restore the original release dates as well as prevent the release dates changing in the future.
    Thanks so much....k

  • What next after install Apex Early Adopter

    Dear Pakars
    how to step by step running apex until successed with implemented Apex Early Adopter + Tomcat ?
    i ready install them, then success to access http://localhost:8080/apex/config, then what next ?
    form configuration can not save.
    is there any completed documentation ?
    best regards
    Imansyah-JKT

    I have a folder that has my previous system stuff in it, but what do I do now to have my apps and content over to the Home directory, etc and not in this previous systems folder?
    Reinstall any applications which came with an installer or as a package, and drag the rest of the files you want over manually.
    Is their a better way to migrate these over to the correct locations and not have any hiccups?
    No. The Migration Assistant will not transfer data from the archived system of an Archive & Install to the current Mac OS X installation.
    (26436)

  • SQL Developer 4.0 Early Adopter 2 - avoid "Please amend your code to something like this" message

    When I edit PL/SQL packages or sql queries in SQL Developer 4.0 Early Adopter 2,
    when i copy/paste SQL code, sometimes "Please amend your code to something like this: "select * from when", or "begin when; end;" appears.
    Sometimes SQL Developer freezes.
    Can I avoid that message (turn off some kind of checks in SQL Developer properties)?

    This has been raised/documented fixed in future releases here:
    EA42 - Ambiguous Context Pop-up

  • How to solve this error :12170 TNS connection to timeout occured- req

    Hi
    I have 2 databases.They are source db and target db .i have created the database link source to target.The users report that when they try to connect the database source from target database using the database link they are getting the error
    ORA-12170: TNS: CONNECTION TO TIMEOUT OCCURED
    Note : Indpendently can be log on source database, target database from out of source db, But source db could'nt directly logon.
    so how can i solve the error
    pls reply urgently....
    regs
    RENGA

    ORA-12170: TNS: CONNECTION TO TIMEOUT OCCUREDWhen was last time this worked?
    What changed?
    What OS name & version involved on each system?
    12170, 00000, "TNS:Connect timeout occurred"
    // *Cause:  The server shut down because connection establishment or
    // communication with a client failed to complete within the allotted time
    // interval. This may be a result of network or system delays; or this may
    // indicate that a malicious client is trying to cause a Denial of Service
    // attack on the server.
    // *Action: If the error occurred because of a slow network or system,
    // reconfigure one or all of the parameters SQLNET.INBOUND_CONNECT_TIMEOUT,
    // SQLNET.SEND_TIMEOUT, SQLNET.RECV_TIMEOUT in sqlnet.ora to larger values.
    // If a malicious client is suspected, use the address in sqlnet.log to
    // identify the source and restrict access. Note that logged addresses may
    // not be reliable as they can be forged (e.g. in TCP/IP).Edited by: sb92075 on Oct 20, 2010 6:53 AM

Maybe you are looking for

  • Memory Question about my K8N!

    Right now I am using 2 Kingston HyperX DDR400 memory.  The boards are 512Mb doublesides... If I was to add anotherboard same brand and speed but 1gb (for a total of 2gb) will the memory run ad 440mhz or drop to 333mhz?  Better question, will this wor

  • Can I run 34 bit Captivate on a 64 bit OS

    I am experiencing RAM issues and want to upgrade to a 64 bit OS so I can upgrade my RAM above 4GB. I want to know if a 64 bit Captivate will run on a 64 bit OS.  If not, will there be any compatibiliy issues if I do upgrade to a 64 bit Captivate and

  • Database Data Security: both from within (using MIMEbase64 encoding) and from without (using encryption).

    In my MDB file databases (Jet 4.x format) I turn on both compression and encryption.  This gives me data security from without, meaning, I can't open a MDB file in a Word Processing software (or otherwise) and read the data in a humanly recognized fo

  • How to print out the data from the file ?

    hi all, i have upload my file to here : [http://www.freefilehosting.net/ft-v052010-05-09 ] anyone can help me to print out the data from the file ? the content of the file should be like this : 185.56.83.89 156.110.16.1 17 53037 53 72 1 and for the s

  • Help! Droplets and Exporting

    hey folks, I seem to recall this being posted, but for the life of me i cannot find it. what is the correct way to setup the photoshop Action & and Automate options when it comes to creating a sharpening droplet (for use in an Export's "Post-Processi