SQl Developer 3.1 / Data Miner Production Release is now available

Hi,
The SQL Developer 3.1/Data Miner Production Release is now available.
For more details see the OTN Forum announcement:
https://forums.oracle.com/forums/ann.jspa?annID=1747
Thanks, Mark

It will be there when the Oracle Cloud is released.
-kris

Similar Messages

  • Set  mo_global.set_policy_context in sql developer,But no datas to view

    Hi All
    I have query some tables in sql developer.but no datas retrivee
    So i have try to set the MO_global based on org_id
    BEgin
    Apps.Mo_Global.Set_Policy_Context('S',81);
    End;
    Begin
    Dbms_Application_Info.Set_Client_Info(81);
    End;
    " select * from Mfg_lookups; " - no data showing in sql developer
    How can i fix the issue in sql developer
    Thanks

    Hello,
    Please check if Note 415860.1 : "How to view org-specific data in a MOAC environment" can help.
    Regards, Carlo.

  • Newbie blues: Oracle Sql Developer showing different data from Sqlplus.

    Newbie blues: Oracle Sql Developer showing different data from Sqlplus.
    First of all; it would be difficult to know less about Oracle than myself.
    I just installed a recent copy of the server and am running SQl Developer 3.2.20.10.
    I made a small test table , borrowed some pl sql code to add rows, then wrote code to delete some rows. Lots of fun.
    In SQL Developer “Select * from t1;” now shows 7 records, which seems right.
    I wanted other views of the data and so logged in from the command line using SQLPlus.
    The same code here shows the table prior to the delete, with 600 plus rows. Needless to say I’ve logged out and back in again, with no changes.
    No fun ! What am I not understanding here ?

    5e33d18c-3b32-48d4-82a7-676feeaa97c9 wrote:
    Newbie blues: Oracle Sql Developer showing different data from Sqlplus.
    First of all; it would be difficult to know less about Oracle than myself.
    I just installed a recent copy of the server and am running SQl Developer 3.2.20.10.
    I made a small test table , borrowed some pl sql code to add rows, then wrote code to delete some rows. Lots of fun.
    In SQL Developer “Select * from t1;” now shows 7 records, which seems right.
    I wanted other views of the data and so logged in from the command line using SQLPlus.
    The same code here shows the table prior to the delete, with 600 plus rows. Needless to say I’ve logged out and back in again, with no changes.
    No fun ! What am I not understanding here ?
    Others sessions never see uncommitted data
    > then wrote code to delete some rows. Lots of fun.
    did you ever actually issue COMMIT so other session can see the changed data?

  • Can I use Oracle SQL Developer to "Move" data?

    Hello,
    I'm new to Oracle and I'm trying to use Oracle SQL Developer to export data from one table (on server A) to another table (on sever B). I'm able to create a .ldr file but I don't know how to use the .ldr file in Oracle SQL Developer? I would appreciate any help you can provide.
    Thanks!

    Hi,
    The name of tables are different ?
    If I understood then try this below:
    e.g:
    C:\> exp user/password@connectionA file=maytable.dmp tables=SAFETYADMIN_TBL_0022_43
    C:\> imp user/password@connectionB file=mytable.dmp full=y
    After this import, then you can:
    [pre]
    C:\>sqlplus user/password@connectionB
    SQL> insert into SAFETYUSER_TBL_0022_44
         select * from SAFETYADMIN_TBL_0022_43;
    SQL> drop table SAFETYADMIN_TBL_0022_43;Feedback if this is not that you want.
    Cheers

  • Hardware Development Kits for Windows 10 Insider Preview are now available! (April 2015)

    Hardware Development Kits for Windows 10 Insider Preview are now available! (April 2015)
    Install the latest tools to build, test, and deploy drivers; test and measure your hardware running Windows; and customize, assess, and deploy Windows 10 on your hardware.
    Become a Windows Insider
    to get the latest Windows 10 Insider Preview.
    Then,
    get the tools:
    Visual Studio Community 2015 RC
    Windows SDK for Windows 10
    Windows Driver kit (WDK) 10
    Windows Hardware Lab Kit (HLK) RC for Windows 10
    Windows Assessment and Deployment kit (ADK) RC for Windows 10
    Known Issues
    We will update this thread with any known issues for this release.

    Hello ,
    May I know ,where is the HLK download link
    Is it likely HLKSetup.exe ??thanks
    Windows Hardware Lab Kit (HLK) Technical Preview

  • Error while installing Oracle Data miner 10G Release 2

    Hello,
    I am a student involved in research in Data mining. I am new to Oracle Database and data miner.
    I installed Oracle Enterprise Manager 10g Grid Control Release 2 (10.2.0.1). Now I am trying to install ORacle data miner (10.2.0.1). However, at the time of installation ODM gives the following error:
    "specified data mining server is not compatible. 10.1.0.4.0."
    I have installed Oracle 10.2.0.1 but when I login using SqlPlus I get the following information -
    SQL*Plus: Release 10.1.0.4.0 - Production on Sun Jul 23 09:52:41 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>
    I would be really obliged if someone can help me with this.
    Thanks in advance
    Pooja

    Hi ,
    Download and install the product version(10.2.0.1.) of Oracle Data Mining....
    Simon

  • SQL Developer 3.0 data modeler print-to-pdf not working

    I am working in Windows XP. I am running SQL Developer version 3.0.04, which now includes a full-featured version of the Data Modeler. I have run into a problem with this version, which did not occur in the stand-alone version of the Data Modeler.
    When I try to print a data model diagram [File -> Data Modeler -> Print Diagram -> To PDF file], a PDF file is generated. When I try to open that PDF file with Adobe Reader (version 9.4.3) I get the following error message:
    "Adobe Reader could not open 'finename.pdf' because it is either not a supported file type or because the file has been damaged(for example it was sent as an email attachment and wasn't correctly decoded)."
    Furthermore, the size of the file in question is 0 bytes. When I use the same process in the stand-alone version, a readable PDF file is created whose size is 858 bytes.
    The 'print to IMAGE file' option works well in both versions.
    Any help resolving this would be appreciated.

    I am having almost same problem. PDF file is genereted about 400K but blank.

  • SQL Developer Not displaying Date columns

    I installed SQL Developer on my machine today and when i query for data I don't find any value in the columns which are of DATE datatype.
    For Eg if i says select * from dual; i get null as output.
    Can anyone confirm if this is happening to you also or if there is some problem with my installation.

    Dates work fine for me.
    What value do you get for your NLS_DATE_FORMAT parameter with the following query:
    select parameter, value from nls_session_parameters where parameter = 'NLS_DATE_FORMAT';
    You can change the NLS_DATE_FORMAT as in the following example:
    alter session set nls_date_format = 'DD-Mon-YYYY';
    Also, the column in the dual table is not actually in date format - try "select sysdate from dual;" instead.

  • SQL Developer not fetching data tables while writting query

    HI , I have recently started using SQL developer 2.1, the problem i face is that SQL DEVELOPER is not showing the tables names while writting the query, we have more than 5000 tables and each table name cannot be remembered.
    Thanks
    Essa

    I'm using the Mac version of SQL Developer (Version 2.1.1.64 | Build MAIN-64.45) and I'm having similar problems. I'm currently using OS X Snow Leopard.
    The issue does not happen consistently: If I start writing an anonymous block in a new SQL window, the Completion Insight features works well. I can start typing a name of a package (of which there are many in our db) and I'm quickly provided a list matching what I've typed so far. This is also true of variables, functions and procedures within the packages after I type a period following the package name.
    However, if I open an existing package body and start editing, the Completion Insight feature becomes less reliable. If I move my cursor to the beginning of the main block of one of the package body's internal procedures, Completion Insight works. As I move down the package and try to insert new code, Completion Insight stops working. I should note that this package body I'm working with has no errors and compiles fine. I'm not sure what this indicates...whether it's an issue with the editors internal parser or some other issue.
    I'm not sure the best method for starting SQL Developer via the console window on the Mac. I found the following sh file which does launch it from terminal:
    /Applications/SQLDeveloper.app/Contents/MacOS/sqldeveloper.sh
    This does launch the application. As I navigate around and follow the instructions you had given (including ctrl-space) I see no output generated out to the console (errors or other messages).
    I'm happy to assist in further debugging. Having Completion Insight work consistently will certainly increase my productivity with the tool.
    Thanks in advance for any help you may provide.

  • SQL Developer - viewing table data while debugging

    Apologies if this is in the wrong forum.
    I'm using SQL Developer to debug a complex stored procedure line by line. There are a lot of inserts / updates / deletes in the procedure and I'd like to be able to view the data in the relevant tables after each statement has been run to see the effect of each statement.
    Trouble is, when I try to do this, SQL Developer shows the contents of the tables as if they have been unaffected by the stored procedure. Is there a setting somewhere or some type of locking I can use to see the data changes as they happen?

    Only the session that is inserting the data can see that new data until the session issues a commit, so I would doubt that you could do this. You probably want to a) view the data before the insert or b) (ugly but should work) put a trigger on the table being inserted so it inserts a copy of the data to a tracking table. This procedure will have to have the AUTONOMOUS TRANSACTION pragma in order to not be held until your debug session commits.

  • SQL Developer Migration Workbench - Data Type Mappings

    Hi,
    Using SQL Developer 1.1.3.2766 to migrate a MySQL 4.1.22 database.
    How do I change a system defined data type mapping? I would like to map "text" data type to "varchar2". This is something I could do in OMWB.
    I can create a new rule but cannot delete the system defined "text" rule.
    thanks,
    Greg

    Greg,
    You cannot delete the system default rules, but if you create your own, these will take preference during the convert phase. Is this not the case?
    Donal

  • Oracle sql developer import .xls data for table

    When I import data from .xls how come it doesn't show me an message when the import is done? How do i know when it is done? How come I don't see all the rows. When I do a select count(*) from table I come up with different numbers every time I do it.
    Once I do create the table with the data how do I generate the scripts for it. I was able to get the scripts to create the table ->table->Right click -> Export ddl .
    But how do I get the script for the "Insert statements"
    Edited by: user8117487 on Oct 7, 2009 11:17 PM
    Edited by: user8117487 on Oct 7, 2009 11:26 PM

    Hesh,
    The numeric value of 39057 in an Excel cell does display as 06-Dec-2006 when applying a date format DD-Mon-YYYY, so you are getting the right value - just not the right formatting.
    Which column type are you trying to import the XLS date into? If you are not loading the value into a date field, SQL Developer is probably just loading the base excel value of 39057.
    theFurryOne

  • Date for production release of JHeadstart 11g??

    Hallo,
    In several threads I see that the production release of JHeadstart will be available in fall 2009. It is already winter 2010 and I can not find information about the production release JHeadstart 11g. What is the new release date?

    Steven,
    I am from Russia, Moscow. I am very interested for JHeadstart 11.1.1.2.29.
    I read jhsdevguide1111.pdf and want buy licence for JHeadstart 11.1.1.2.29 and access to cso.oracle.com.
    I want try JHeadstart 11.1.1.2.29's greate functionality asap.
    I'm tested all previouse versions JHeadstart since 2005 year and read a lot of blogs and articles of JHeadstart developers team.
    In Russia nobody knows about JHeadstart and I no reply for any request about JHeadstart licence from Oracle partners.
    How can I get JHeadstart 11.1.1.2.29 and when evaluation JHeadstart 11.1.1.2.29 will be avaliable (on apr or may 2010)?
    Regards,
    Andrey

  • Sun Ray Software release updates now available

    The following maintenance release updates are now available from My Oracle Support:
    Sun Ray Software 5.4.2
    Sun Ray Operating Software 11.1.3
    For a list of bugs fixed, see the product Release Notes Documentation.
    Download these releases from My Oracle Support, or go to Downloads on OTN for download instructions.

    I'm getting bugged by my gf.. she has an unbranded 5800, a CV but it's stuck on v21.. problem is, her phone is hanging at the start of, during, and at the end of calls.. locking up hard. Thing is, we've never installed anything new on the phone with the exception of the maps update.. She does use it as an alarm clock, so I guess she'd be particularly miffed at it being inaccurate (like I was with my N97.. I now use a real alarm clock instead.. pittyful, I know!)
    Introducing timing issues.. I think she can cope with.. She's not using it to read/access email she really just wants a working phone.. I didn't realise how bad it had got until I observed its performance first hand over a day.. 2 crashes! ouch!
    So, seeing as Nokia haven't released a CV variant for this product code since v21 (which was very late when it came out earlier this year) and it is very nearly a year old.. is it worth forcing the update issue to try and get a Euro generic v31? Has anyone else noticed basic usage stability improvements? That's the key thing.. new features, speed aren't too important.. its the ability to answer a call without removing the battery that's getting her down

  • DM4J Release 2 Now Available

    The new version of DM4J (DM4J 9.0.4) is now available at
    http://otn.oracle.com/products/bi/odm/9idm4jv2.html
    A new Tutorial will be posted to the same location in about a week.

    Ok, thanks, that seems to be the right link .. though is restricted to User' Guide and Transformation Guide ..
    It would be good if somebody could do a quick review. and post it here.
    OWB makes good consultancy case,a nd provides different levels with various options for customising solutions.
    - Jojo

Maybe you are looking for

  • How to drill down and keep all my pivot table...

    Hello experts! I have a question about how to drill-down in pivot table. If I drill-down I can see the result in the same place...but it dissapear other bins or measures... Example: Pivot table: A B C If I click in A I can see: a1 a2 a3 But I don't s

  • Passing Script variable to Package variable, ultimately used as fileName

    Following an excellent post by Geplaatst door Joost, I put together a script which SHOULD populate a package variable, then use that variable as a file name. The Script code is as follows: public class ScriptMain : UserComponent string iScriptVar; pu

  • Contact sort by Last Name

    I  know this question has been asked before, but it's been a while, and I'm hoping someone has come  up with a solution. My gmail contacts are sorted Last name, First name, but my contacts are sorted by first name.  While this is extremely frustratin

  • Supplier Ledger Report

    Hi, Is there any report in R12.1.1 which contains all the supplier ledger details. I have seen India- Creditors Ledger report already existing and registered under Asia/Pacific Application, can I use the same report for countries other than India. Th

  • No pre installed printer drivers in Lion (for a while)

    Hi, i was trying to connect through a network to a brother printer. when i did this as usual i can find the PC on the network and also the printer. however, when i try to chose the driver in the "chose printer software" menu it was completely empty.