Oracle SQL Developer 1.5.5 Unable to save data in nvarchar2 column

If I change the contents of a column in a table with Data Editor i get this when trying to save change:
UPDATE "ADMIN"."T_AZIENDA" SET DESCRIZIONE = 'PIPPO' WHERE ROWID = 'AAAMrpAAEAAAI0XAAA' AND ORA_ROWSCN = '556217'
One error saving changes to table "ADMIN"."T_AZIENDA":
no other error is shown.
If i copy & paste and run the same update from SQL Worksheet i get no error (1 rows updated).
I have no problem to update other column type (date, number) but only with type NVARCHAR2.
With SQL Developer 1.5.4 Build-5940 i have no problem.

Also with SQL Developer 2.1 EA1 i have no problem.
Thanks.

Similar Messages

  • Oracle SQL Developer 1.5.5 Unable to save file

    I edit content of a column in a table I get this when trying to save change:
    Unable to save TABLE ... ("Failed to save changes").
    This error disappear when I do the same task in Oracle SQL Developer 1.1.3.
    Please help me!

    when I run:
    UPDATE "OWNFTS"."BONGDATHAMSO"
    SET LTDKQURL = 'http://soccernet.espn.go.com/fixtures?league=ita.1&cc=4716'
    WHERE ROWID = 'AAASBeAAGAAAAEgAAH' AND ORA_ROWSCN = '4238785';
    commit;
    from SQL Worksheet, there's "Enter Substitution Variable" window inform me to enter something in a textbox beside "CC:" label.
    Clicking "OK" or "Cancel" on this window with or without filling textbox has the same result:
    +0 rows updated+
    commit succeeded.
    AND the command which was cutting ORA_ROWSCN predicate:
    UPDATE "OWNFTS"."BONGDATHAMSO"
    SET LTDKQURL = 'http://soccernet.espn.go.com/fixtures?league=ita.1&cc=4716'
    WHERE ROWID = 'AAASBeAAGAAAAEgAAH';
    commit;
    fired the same " window
    but:
    +1 rows updated+
    +commit succeeded.+
    AND after refresh Table, I couldn't see the new value.
    Edited by: user11193632 on Aug 5, 2009 7:30 PM

  • Problems when starting with oracle SQL developer

    Hello,
    I am very much new with oracle SQL developer. I use oracle 10g and have a database named 'pallabDB' with username: xxxxxx and paswd:yyyyyy. I have installed oracle SQL developer.But i am unable to start up.What i should do? If any body replies it will be a great help.Thanks in advance.

    But i am unable to
    start up.How to understand this sentence without confusion?
    Can you explain exactly what is your problem at start up of SQL Developer?

  • Oracle Sql Developer

    i, I’m using Oracle Sql Developer write some queries in the PoepleSoft data base, and I need to count number of guests ( Field name: NA_GUEST_USER_SEEL) attended in the event and extracts from the record( table name: NA_CR_TEST_SEEL ).
    Also, please suggest me a query to write that can pull the data from the metrics. All guests are brought in by each seater. The fields are as follows...
    Table name: NA_CR_TEST_SEEL
    Seater’s filed name: NA_RAE_SEATING_CHR
    Guest Field name: NA_GUEST_USER_SEEL
    PeopelSoft Campus Solutions, CRM
    An early response would help me to take it forward the work
    Thanks
    Reddy,

    Hi, I would like to send an attachement that has screens of PeopleSoft Campus Solutions CRM for a). Participants for an Event that has the fileds like Seating, Guest User
    and other screen b). Performance Metrics screen
    1. We need to find out the ‘Total Guests registered for the Events.
    2. Total Guests registered for Roll-up
    please assit me how I can send you the document that I'm facing the problem.

  • Error opening Oracle SQL Developer 1.2.1

    In my IDE, I saw extensions pane with title "Entensions - Log" which has
    the following contents:
    oracle.ide.db
    Warning: Classpath entry \DISTAPPS$\ORACLE\v10\Oracle10g\jdbc\lib\ojdbc14.jar not found
    Warning: Classpath entry \DISTAPPS$\ORACLE\v10\Oracle10g\jlib\orai18n.jar not found
    oracle.jdeveloper.db.connection
    Warning: Classpath entry \DISTAPPS$\ORACLE\v10\Oracle10g\jdbc\lib\ojdbc14.jar not found
    Warning: Classpath entry \DISTAPPS$\ORACLE\v10\Oracle10g\jlib\orai18n.jar not found
    (I am runing it on windows XP, the problem happened after I killed a running Oracle SQL Developer session. Now I cannot connect to anything even I tried to reinstall Oracle SQL Developer again) Anybody had the same issue, is there any way to fix it.
    Thanks,
    -caoy

    Oracle SQL Developer 1.2.0 is working correctly at Argonne National Lab with Oracle 10g Client Version 10.2.1 and Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - 64bit. The correct UNC and java class path is:
    \\Canary\DISTAPPS$\ORACLE\V10\Ora10g\jdbc\lib.
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Nov 17 16:23:58 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> exit
    Successfully tested Oracle SQL Developer to this same database and retrieved data correctly.
    Please see me in my office.
    H. Johnstad
    CIS 2-5069
    [email protected]

  • Unable to connect to Oracle Database using Oracle Sql developer 2.1.1.64

    Hi Everyone,
    I am searching for some help regarding my problem with Oracle connectivity. I have installed Oracle 11g release 2 on my Windows XP Professional Laptop. For a few days after installation i could connect to the Oracle database with the SYSTEM account using Oracle SQL developer ( installed on the same Laptop) but now i am unable to do so.It gives me this annoying message:
    An error was encountered performing the required operation  Got a minus one from read call .Vendor code 0
    However i am able to connect using Sql Plus by supplying the username SYSTEM and the corresponding password.
    My TNSNAMES .ora file is as follows:
    ORACLE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST =localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ORACLE)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    My Listener.ora file is as follows:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = D:\app\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:D:\app\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    (SID_DESC =
    (GLOBAL_DBNAME = Oracle)
    (ORACLE_HOME = D:\app\product\11.2.0\dbhome_1)
    (SID_NAME = Oracle)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    ADR_BASE_LISTENER = D:\app
    My Sqlnet.ora file is as follows:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    I am new to Oracle and so i need someone in this forum who can help me resolve this problem. Also i even tried connecting to the database using Toad 10.5.0.41. It give me the following error:
    ORA 12537 : TNS Connection closed
    Thanks for your patience and help in advance.
    ---Prashant

    Hello Irian and Sue,
    I can connect to the Oracle database using SQL Plus. Now when i TNSPING ORACLE from command line i get the following message :
    Used parameter files:
    D:\app\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST =localhost
    *)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ORACLE)))*
    TNS-12537: TNS:connection closed
    Thanks for your response to my initial post.Do u have any other methods to resolve this?

  • Unable to display results of multiple query in grid in Oracle SQL Developer

    Hi, I am a newbie to this forum and couldn't find the Oracle SQL Developer forum so posting it here.
    My question: How to display multiple query results in grid in Oracle SQL Developer.
    Example:
    select * from Employee;
    select * from Department;
    - when I select both the queries and hit F5 in Oracle sql developer. By default it displays in output window.
    - How to display result of both the queries in Grid.
    Any thoughts on this would be really helpful.
    Thanks in advance.
    Harsh

    Hi Harsh,
    I'd say that the Results grid is designed to only show the results of 1 query at a time. I don't know/can't see how it would display multiple queries at a time.
    I would suggest either joining your tables to create a single query or opening another SQL Worksheet for one of the queries so that you can display the results side-by-side.
    Maybe you could explain what you're trying to do. Why are you trying to display multiple results in the same query grid?

  • Unable to donwload Oracle SQL Developer 2.1 Patch 1 - getting a 404

    Hi,
    I'm trying to download Oracle SQL Developer 2.1 Patch 1, but I'm getting a 404.
    Here is the page I'm downloading from:
    http://www.oracle.com/technology/software/products/sql/index.html
    Here is the link to the zip file:
    http://download.oracle.com/otn/java/sqldeveloper/sqldeveloper-2.1.1.64.45-no-jre.zip
    Could anyone point me to a working link?

    I have just been to the site and downloaded the software. This is is always available and certainly not been down for 40 days, we track the daily downloads. You maybe restricted by a firewall setting on your side which does not permit you to download the software. There are occasions when there are issues, but generally if you try again in an hour they're resolved. We will not put the software on a rapid share site and for anyone else to do so would be violating licensing restrictions and is as such not legal.
    Sue Harper
    Product Manager

  • Oracle SQL Developer to be used in laptop

    Hi all,
    I have downloaded oracle sql developer for my Windows 7 laptop. I am able to make SQL queries but unable to run any PL SQL block. I am unable to create any connection and gettinf an error 'IO Error: The Network Adaptor could not establish the connection.'
    I do not have oracle installed in my local system. I just want to write a few blocks and use it for my personal purpose. But for packages, procedures etc it is not allowing me use any connection.
    I want a simple application for my personal use only which will help me to learn the basics.
    Please guide me regarding that.

    883365 wrote:
    Hi all,
    I have downloaded oracle sql developer for my Windows 7 laptop. I am able to make SQL queries but unable to run any PL SQL block. I am unable to create any connection and gettinf an error 'IO Error: The Network Adaptor could not establish the connection.'
    I do not have oracle installed in my local system. I just want to write a few blocks and use it for my personal purpose.
    But for packages, procedures etc it is not allowing me use any connection.
    I want a simple application for my personal use only which will help me to learn the basics.
    Please guide me regarding that.Download 10 XE (or the 11 beta) and use that.
    Paul...

  • Oracle SQL Developer Data Modeler start up error

    Hi All,
    I just downloaded Oracle SQL Developer Data Modeler (2.0.0.57.0) [Released 1 July 2009] by selecting the option "Oracle SQL Developer Data Modeler for Windows (This zip file includes the JRE)"
    After I installed the same and tried to run it by clicking datamodeler.exe, I get the following error message
    "unable to create an instance of the Java virtual machine located at path:..\jdk\jre\bin\client\jvm.dll"
    On the same machine I can successfuly run the Oracle SQL Develper with no errors. My machine is having Windows XP Professional SP3.
    Any ideas? If there was a problem with Java, than the Oracle SQL Developer should also not run. But as stated it runs with out any error but the Oracle SQL Developer Data Modeler gives the above error.
    Regards,
    JAA149

    1 - The above problem has nothing to do with the memmory. I tried on a 400 MB RAM, 900 MB RAM, 1.5 MB RAM & 2 MB RAM with the same arror.
    "unable to create an instance of the Java virtual machine located at path:..\jdk\jre\bin\client\jvm.dll"
    http://i30.tinypic.com/9vkwf6.jpg
    2 - There are two "datamodeler.exe: files
    One is at D:\datamodeler\datamodeler.exe
    2nd is at D:\datamodeler\bin\datamodeler.exe
    The same error occurs with both the files.
    3 - The Oracle SQL Developer Data Modeler version is "Oracle SQL Developer Data Modeler (2.0.0.57.0) [Released 1 July 2009]" and the file I downloaded is "Oracle SQL Developer Data Modeler for Windows (This zip file includes the JRE) - (57M)"
    If I look in "D:\datamodeler\jdk\jre\README.txt" I find
    "Java(TM) Platform, Standard Edition Runtime Environment Version 6"
    If I run "D:\datamodeler\jdk\jre\bin\javacpl.exe" I get
    http://i30.tinypic.com/mt8ocn.jpg
    If I run "D:\datamodeler\jdk\jre\bin\jureg.exe" I get
    http://i28.tinypic.com/30boiyo.jpg
    If i check at the control panle add/remove program
    http://i30.tinypic.com/1428tba.jpg
    If I go to "http://www.java.com/en/download/manual.jsp" and download "jre-6u16-windows-i586-s.exe" and run it.
    If I go to "C:\Program Files\Java\jre6" I find the same files as in "D:\datamodeler\jdk\jre"
    I am able to run Oracle SQL Developer with out any kind of error let alone the above one. But with Oracle SQL Developer Data Modeler I get the above mentioned error no matter what I try.
    As the error states "unable to create an instance of the Java virtual machine located at path:..\jdk\jre\bin\client\jvm.dll". The file "jvm.dll" is located at two places. One at "D:\datamodeler\jdk\jre\bin\client\jvm.dll" and the second at "D:\datamodeler\jdk\jre\bin\server\jvm.dll"
    A similiar problem occurs with JDeveloper with the fllowing solution
    http://forums.oracle.com/forums/thread.jspa?threadID=506339&start=0&tstart=0
    Which states the following
    "hello!
    in the problem with JDeveloper i have a solution. The jdk have a file jvm.dll in the path: jdk/jre/bin/client/jvm.dll this is the problem ... now in the path:jdk/jre/bin/client/ojvm has a file with the same name if you copy and paste this file to the another path, now its works fine your Jdeveloper.
    Jdeveloper use two files to jvm.dll to work one in the folder /client and other in /server copy the same file to the two locations for precaution
    for me work fine thanks..."
    I tried to do the same (Copy from client folder to server folder)
    D:\datamodeler\jdk\jre\bin\client\jvm.dll
    COPIED THIS FILE TO
    D:\datamodeler\jdk\jre\bin\server\jvm.dll
    Nada. So I reversed it (copied from server folder to client folder)
    D:\datamodeler\jdk\jre\bin\server\jvm.dll
    COPIED THIS FILE TO
    D:\datamodeler\jdk\jre\bin\client\jvm.dll
    Does not work. So I tried another solution stated at the same forum entry
    "Well,
    i solved the problem by this way :
    <SQLDEVELOPER>/jdev/bin/ide.conf
    In this file, change this line :
    AddVMOption -Xmx512M
    by
    AddVMOption -Xmx256M
    Now, the executable is lauching correctly. No more errors with Java Virtual Machine.
    But is it a good thing to solve it like that ?"
    But the ide.conf file is only at "D:\sqldeveloper\ide\bin\ide.conf" which is for the SQL Developer and not the SQl Developer Data Modeler
    Correct me if I am wrong but
    JRE = Java Run Time Envoirment
    JDK = Java Development Kit
    And Oracle SQL Developer Data Modeler needs JRE and not JDK. In any case I download JDK
    jdk-6u14-javafx-1_2-windows-i586.exe (121,306 KB) and installed it but no succcess.
    I tried every thing except completely re-install my whole PC.
    Any help will be much appreciated.
    Cordially,
    Jawad

  • Oracle SQL Developer installation and Java

    I finished installing Oracle Client without problems. Opened up SQL Developer for the first time and he asks me for the full Java.exe pathname.
    That's fine, but when I input the java.exe I just get asked again, no errors. Repeat until infinity.
    I installed the newest Java SDK and tried both 32-bit and 64-bit versions (jdk 7u4). I even tried installing Oracle Client version 11.1.0 AND 11.2.0 to see if that make any difference, but it's all the same.
    I have uploaded a screenshot if that helps: http://i50.tinypic.com/mjtqte.jpg
    Any ideas?
    Regards,
    Gunnar Óskarsson

    Hi Gunnar.
    Documentation:
    http://docs.oracle.com/cd/E25259_01/doc.31/e26419/install.htm#sthref8
    Ideas:
    -Do not use java7
    -Use JDK not JRE
    -On widows there is a version of SQLDeveloper including java 6 jdk
    -Instant client is not required - but if you want to use it use at least 11.2.0.2
    -Updated SetJavaHome in sqldeveloper\sqldeveloper\bin\sqldeveloper.conf to point to the JDK
    -There is some confusion over 32bit and 64bit Operating System, java and SQLDeveloper, you can search the forum for details, eg: thread title: "Unable to start Oracle SQL Developer"
    -Turloch
    SQLDeveloper Forum

  • Oracle sql developer downlaod problem

    hi
    i put my oracle sql in C drive,but when i open it ,it gives me error like :"unable to find main class.Class specified is :oracle/ide/boot/Launcher
    can anybody has solution
    thanks a lot in advance

    I have the same issue...
    I've just downloaded
    Oracle SQL Developer 2.1 Patch 1 (2.1.1.64.45) Oracle SQL Developer for 32-bit Windows (This zip file includes the JDK1.6._11)
    I extract it straight to the c:\ drive making sure I select "Keep folder structure", double click the sqldeveloper.exe executable and I get
    "unable to find main class.Class specified is :oracle/ide/boot/Launcher"
    I noticed I have a directory and an entry in my environment path of :-
    C:\jdk\bin
    which holds a JDK v5.0 in it (don't know why it's there, I didn't build the machine).
    Could this be a reason for my issues?
    Gus..

  • Oracle SQL Developer에서 CVS사용자를 한글로 하였을 경우 접속오류

    Oracle SQL Developer Version 1.5.1
    사용환경 : 클라이언트 Windows XP, CVS 서버 Windows2003
    CVS 영문으로 등록된 사용자를 설정하면 정상적으로 작동이 되지만
    한글 사용자를 등록하는 경우 Test Connection에서
    암호가 맞으면 상태창에 다음과 같은 내용이 나오고
    Testing connection...
    Connection test failed: could not authenticate user.
    Connection test failed: unable to connect.
    암호가 틀리면 팝업에 다음과 같은 내용이 나옵니다.
    CVS Access Error
    Could not log in to CVS password server:authentication failure.
    authorization failed: server 192.168.0.25 rejected access to /cvs for user 홍길동
    그리고 연결정보를 강제로 등록하여도 이 후 어떤 작업(CheckOut, Open Module등)도 수행할 수 없습니다.
    이클립스나 cvs client프로그램에서는 이상없이 처리되는데 SQL Developer 프로그램 버그 아닌가요?
    글 수정: user1822281

  • How to print a something in oracle sql developer

    Hello all
    Do you know How to print a something in oracle sql developer? i mean for example in the query we write something, (offcourse i dont mean comments)
    thank u in advance.
    best

    1003209 wrote:
    Hello all
    Do you know How to print a something in oracle sql developer? i mean for example in the query we write something, (offcourse i dont mean comments)
    thank u in advance.
    bestDBMS_OUTPUT()

  • Oracle SQL Developer 1.0 is easy to install and use, and is portable

    I have tried the latest version of Oracle SQL Developer 1.0 and would like to share my experience of using it.
    Installation of Oracle SQL Developer 1.0
    Download from
    http://www.oracle.com/technology/software/products/sql/index.html?_template
    Unzip the Oracle SQL Developer for Windows (55.8 MB) to C:\sqldeveloper (103MB)
    Advantages: The unzip folder can be your removable disk and you can access Oracle
    anywhere provided that there is an Internet connection to Oracle Server.
    Unzip sqldeveloper-1557.zip to C:\ with folder name;
    double-click on sqldeveloper.exe in c:\sqldeveloper
    Click on [No]
    Tick all check boxes
    Click on [OK]
    Right-click on Connections, New
    Database Connection…
    Enter User name: SCOTT
    Password: TIGER
    Hostname: 127.0.0.1 (or IP of your Oracle Server on the Internet)
    SID: orcl
    If you want to connect to local Oracle user SYS,
    Enter User name: sys
    Password: ora10g_manager_password
    Hostname: 127.0.0.1
    SID: orcl
    Select Role: SYSDBA
    Click on [Connect]
    Right-click on Tables, Create Table
    Click on [Add Column]
    Select Type: NUMBER for COLUMN2
    Click on [OK]
    Table1 is created
    Click on TABLE1, click on “Data” tab
    Click on the “Green Plus” icon to insert record
    Click on “Commit Changes” icon
    Click on “DBConnection1” tab
    Enter: select * from table1;
    Click on “Execute Statement (F9)” icon
    To exit: Click on File, Exit

    Have you noticed that there's a forum dedicated to SQL Developer?
    C.

Maybe you are looking for

  • Win 8.1 apps

    My OP is win 8.1 I would like to consolidate all my GAMES into or under one heading. I am not talking about the START page!    If I search for Games only 4-5 comes up but I have about 15 games. I know how to move icans on the START page but not on th

  • Why do videos stop before reaching the end

    Videos on You Tube have suddenly started to freeze after playing for 10-12 seconds.  Is there a particular setting I should alter to correct this? Peter

  • Cisco AIR-LAP 1131 reboot in loop

    Hi Everyone I recently had to deploy about 4 cisco 1131 AP's to one of our branch location. When configuring them on the controller, i needed to put them in HREAP mode. As soon as i do that and the AP needs to reboot, it will continue to reboot in a

  • Db connection from content server context through JSP

    Hi All, Can anyone tell me how to get ucm db connection from Content Server context through JSP file? Thanks. Joe FMW Team,iTech,Shenzhen

  • Probleming Installing Crystal Reports 2008 Service Pack 1 to Vista 64bit OS

    Hi There, Whenever I attempt to install SP1 to Crystal Reports 2008 I am unable to get past the disk space check.  It just continues to display the message below. "please wait while the installer finishes determining your disk space".  I found this t