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

Similar Messages

  • 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.

  • 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.

  • 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

  • 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).

  • 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)

  • Caution: Method is obsolete as of Release 46C ! What does it really mean?

    Hi people,
    I have a business requirement to create a soap interface for creating sales orders no ECC600. I must return, after order created, some details from item schedule lines. I found that BAPI_SALESORDER_CREATEFROMDAT1 has this information as return, but at transaction BAPI, below the object status, there is this message "Caution: Method is obsolete as of Release 46C
    roberti

    Hi Roberti,
    Check out this,
    Caution: Method is obsolete as of Release 46C ! What does it really mean?
    obsolete function modules
    Regards,
    Prateek

  • Early adopter, please help!!!!

    Hi, i'm an italian early adopter of iPod Nano 4G, so sorry for my poor english.
    I was successful in connecting the first time iPod on my PC, and starting a download process.
    After the download ended, the icon of ejecting ipod suddenly disappeared, and appeared a yellow triangle spotting that there was a damage on a file in Itunes.exe: \ipo_control\Music.
    My Pc recognized Ipod, but not Itunes.
    The other fact was that my iPod spent 1.5g of his capacity for storing...nothing!But the elapsed capacity was signed in the "About" list.
    I tried to follow the hints on the apple site, trying to update, to restore, to disinstall and reinstall software, but after by after the situation collapsed, my iPod began not even being recognized by Pc(a generical "removable disposal G: appeared), the update prompts slowed down 'till death,and now if i try to access to the ipod via Pc it prompts that the file directory is damaged and not readable, i wasn't able to do anything, and now i'm stuck in this situation.
    Maybe i can try to call the italian green number for assistance, but really my first contact with an apple product was bad.
    What could i do now?On the ipod screen every time i connect it the prompt "do not disconnect" continues to roll and roll, i don't know if disconnect, not disconnect for not create a worse situation, i really tried everything but try by try the problems rised up instead of dropping down.
    Please help me, thank...

    Run the Chkdsk utility
    You could run the chkdsk utility on your iPod. But Restoring your iPod has the same effect as running chkdsk. Chkdsk does not wipe your iPod.
    1) Enable Disk Mode as above
    2) Determine the drive letter of your iPod from My Computer
    3) Go to Start, Run
    4) Type cmd. Hit Enter to take you to the Command Prompt.
    5) Type chkdsk /f X:, where X is the drive letter of your iPod. Hit Enter, and any corrupt files are found and corrected.
    http://discussions.apple.com/thread.jspa?threadID=356665

  • 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.)

  • I bought an iPhone 5.  I was at work event and left cord in hotel.   I've visited 2  apple stores and it looks very bleak.  HUGE regret for being an early adopter.   Consumer BEWARE.   Apple was not prepared.   These cords are impossible to find

    I bought an iPhone 5.  I was at work event and left cord in hotel.   I've visited 2  apple stores and it looks very bleak.  HUGE regret for being an early adopter.   Consumer BEWARE.   Apple was not prepared.   These cords are impossible to find

    I can not confirm this kind of experience.
    Even here in Germany, where articles are sold after the U.S. market is supplied, I had no problem buying a Lightning cable yesterday.
    There were about 20 to 30 cables available in the customer area alone, not to mention what they perhaps had in their storage.
    So why not make a short trip to Munich, Bavaria, visit the Octoberfest and buy a Lightning cable.
    What makes me much more angry is that I was told there is no dock planed for the iPhone 5.

  • 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

  • Adobe Story CC December 2014 release: What's New

    Hi,
    See this blog post for info on new features for Adobe Story CC 2014.2: Adobe Story CC December 2014 release: What’s New
    Thanks,
    Kevin

    Thank you. Any chance we can get Adobe to accept text other than English? letters in Polish or other languages appears as question marks "?", how come Celtx free let's me paste any text in and Adobe Story not. I'm not talking about dictionary/spell check support. All we need is for Adobe Story not to misbehave (with question marks) when we paste text from other languages. Coz,to let you know, there are films in other languages, really.

  • How to find out what attributes were really changed in AD?

    It it possible to find out what changes were really made in Active Directory resource?
    Example:
    I set two attributes: 'groups' and 'company'. One of groups doesn't exist or user(specified in resource configuration) dosn't have permission to add this group. Result of provisioning: idm set company, set other groups and there is error message in WF_CASE_RESULT. In audit log I see correct data - all attempted groups are in 'attempted value' and saved groups are in 'new value'.
    So the question is:
    Is it possible to find out what really happend - what groups were saved and what groups weren't (or maybe none of attributes were saved)?

    When one of groups doesn't exists I got "Error opening object 'LDAP://CN=...,OU=...': ADsOpenObject(): 0X80072030: , 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: 'OU=...' , There is no such object on the server. "
    The problem is: WF_CASE_RESULT doesn't contain what groups were added and what groups weren't (at least I can't find this information). Maybe I can find it by analyzing errors, but I don't think it's good solution because there are a lot of errors that can happen and I need to know error messages for all of them.

  • Oracle ADF Faces Components, Early Access Release 8 is now available

    Oracle ADF Faces is a rich set of user interface components based on the new JavaServer Faces JSR (JSR-127). Oracle has been actively involved in this JSR since its beginning. The Oracle ADF Faces Components provide various user-interface components with built-in functionality - such as data tables, hierarchical tables, and color and date pickers - that can be customized and re-used in your application.
    ADF Faces also includes many of the framework features most needed by JSF developers today:
    * File upload support is integrated at a component level.
    * Client-side validation is automatically derived from Validators and Converters for an improved user experience.
    * A pageFlow scope makes it easier to pass values from one page to another.
    * A new hybrid state saving strategy gives developers the best of both client and server-side state saving.
    ADF Faces ensures a consistent look and feel for your application, allowing you to focus more on user interface interaction rather than look and feel compliance. The components support multi-language and translation implementation as well as accessibility features. ADF Faces Components use Partial Page Rendering (PPR) offering superior runtime interactivity. PPR allow the browser to just render a piece of a page instead of the entire page.
    The intention with this early access release is to give developers/architects an opportunity to evaluate JSF and Oracle's JSF component offering.
    Oracle ADF Faces Components can be used in any IDE that support JSF, including Oracle JDeveloper 10g.
    Oracle ADF Faces Components, EA8

    Jonas,
    It works if I include the following:
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    The source is now:
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/EA8" prefix="af"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ page contentType="text/html;charset=windows-1252"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>untitled</title>
    </head>
    <body>
    <f:view>
    <af:outputText value="hello ADF Faces!"/>
    </f:view>
    </body>
    </html>
    Did I feel out something in my library entry?
    Thanks.

  • Can SQL Developer 3.1 Early adopter be used on production ?

    Can SQL Developer 3.1 Early adopter be used on production ?

    Can , sure. Advisable , not officially.
    Your call...
    Regards,
    K.

Maybe you are looking for

  • Profit center

    hi can we take balance sheet report in business area wise.(in profit center wise) with regards prasanthi.

  • Multi-Lingual sorting

    Hi As our database tables contain Multi-lingual data(English/Japanese/Jerman/Spanish etc), we need to implement MULTI-LINGUAL sort in our application. We are using ORACLE-10g as DB for .Net application. If anyone has already implemented the MULTI-LIN

  • Crw32.exe has encountered an error.

    Hi,   We have upgraded cr 8 to cr11. The Sybase version we have is 15.0.2. With cr8 we were able to connect to Sybase successfully nad desing the report and preview it. But with cr11, when we try to preview the report, we get an error "crw32.exe has

  • Material consumption

    I created a Production order released it  done WM staging done, confirmation done  & did the GR for the order & placed in warehouse also.But when i see the stocks for the BOM components it has not been consumed from storage location though for compon

  • Tables to retrieve work center for target costs

    Dear all, currently i developing a report which requires me to display the work centers and their target and actual hours and costs. I tried using production order link tables but they only show work centers that are related to planned costs. May i k