File- Print not working from SQL Developer 1.2.1 Build MAIN-32.13

File->Print not working from SQL Developer 1.2.1 Build MAIN-32.13.
I downloaded sqldeveloper-1.2.1.3213.ZIP and extract to a local directory. From the extracted directory I ran ..\sqldeveloper\sqldeveloper.exe from Windows XP sp2. The program itself seems to run just fine but File-Print doesn't do anything. In Help-About, Java Platform is reported as 1.5.0_06 and Oracle IDE is 1.2.1.3213. I'm not sure where to look for what is causing the problem.
Thanks

I hadn't tried CTRL-P before but I did today. On the first attempt, I saw a small jump in the memory usage for sqldeveloper.exe as reported in Windows Task Manager. Otherwise, there was no change. A second CTRL-P in the same session produced a further bump but subsequent attempts in the same session produced no further change in CPU or Memory Usage.
Using Task Manager to monitor this further, I tried File->Print again and saw that sqldeveloper would periodically climb to 1 or 2 percent CPU and consume a little more memory. After a minute or so, though, all activity stops again.
I do not get a print dialog box from SQLDeveloper using either CTRL-P or File->Print

Similar Messages

  • DB Link not working from SQL Developer

    Hi All,
    I Have two databases say A and B. My DBA has created a DB link and when he logs in to sqlplus directly on the server and he can get the values from the other database. When I'm to get the values from the other database through SQL Developer from my client machine, it is giving me ORA-12154: TNS :could not resolve the connection identifier specified.
    I can access both the databases without any problem and i have the entries for bath in my TNSNAMES.ORA file.
    Thanks in advance.
    SK

    Check the dblink ddl. your tnsnames.ora should have exact same word as dblink_authentication as below.
    create public dblink dblink_name connect to username identified by password dblink_authentication;

  • (Substitution Variables) not working in "SQL Developer" Environment !!!!!!!

    this photo illustrate how that (Substitution Variables) not working in "SQL Developer" Environment :-
    http://www.imagehosting.com/show.php/1555180_ddddd.PNG.html
    any solve for this problem ?????!!!!!!!!!!

    There is a dedicated forum for SQL Developer related questions
    SQL Developer
    I should admit however, that query you have provided ( with substitution variables) works like a charme in my environment (SQL Developer 1.1.0.23 build 23.64)
    Best regards
    Maxim

  • Not a valid month, but works from sql developer

    Hi,
    so this sample works from SQL DEV. :
    insert into aspa2_magaddendum (contractid, addendum_number, from_date, to_date) values(2, 0, '03.05.2012', '24.05.2012');
    but not from code using ODP.NET
                string date1 = "03.05.2012";
                string date2 = "24.05.2012";
                OracleConnection conn = new OracleConnection("Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))(CONNECT_DATA=(SID=XE)));User Id=aspa2;Password=aspa2;");
                conn.Open();
                OracleCommand cmd = new OracleCommand();
                cmd.Connection = conn;
                cmd.Parameters.Add("date1", date1);
                cmd.Parameters.Add("date2", date2);
                cmd.CommandText = "insert into aspa2_magaddendum (contractid, addendum_number, from_date, to_date) values(2, 0, :date1, :date2)";
                cmd.ExecuteNonQuery();I get:
    ORA-1843: not a valid month message from exception
    Edited by: user2704811 on May 3, 2012 2:47 AM

    Looks like SQL DEV. session is a bit different from the one in code...
    From SQL DEV i get:
    select value from nls_session_parameters where parameter = 'NLS_DATE_FORMAT';
    "DD.MM.RR"
    and from the code I get:
    cmd.CommandText = "select value from nls_session_parameters where parameter = 'NLS_DATE_FORMAT'";
    string format = cmd.ExecuteScalar().ToString();
    "DD-MON-RR"

  • P/SQL Not Working in SQL Developer

    The following P/SQL seems to work fine in SQL Plus but does not run in SQL Developer
    insert /*+ append */ into upl_exclude_claims
    (select /*+ ordered parallel(s,4) parallel(claim,4) */
    /*+ use_hash(s,claim) no_index(claim, xbm_clm_recip) */
    s.recip,
    s.month_1st_day
    from lrx.upl s,
    mcd.fact claim;
    Thanks

    911105 wrote:
    The following P/SQL seems to work fine in SQL Plus but does not run in SQL Developer
    insert /*+ append */ into upl_exclude_claims
    (select /*+ ordered parallel(s,4) parallel(claim,4) */
    /*+ use_hash(s,claim) no_index(claim, xbm_clm_recip) */
    s.recip,
    s.month_1st_day
    from lrx.upl s,
    mcd.fact claim;
    ThanksWhat happens when you run it? Do you get an error or does nothing happen?
    If you get an error post the message
    Why didn't the first answer I did to this question post???

  • Filter not working in SQL Developer 2.1

    I have just upgraded to SQL Developer 2.1 and there seems to be a problem with filtering information in the Data tab. The filters I type in are simply ignored. Is there a setting somewhere that I am missing?

    I am running XP Pro 2002 with SP3 installed.
    The DB information is below:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    PL/SQL Release 10.2.0.3.0 - Production
    "CORE     10.2.0.3.0     Production"
    TNS for Linux: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    It will occasionally work when I first log in but generally stops working after the first filtered retrieve. From then on the filter line on the toolbar is just ignored. Entering incorrect sql statements does not produce any errors either. Once it starts it is consistent across all tables.
    The filter option on the header of each column still works, that is the only reason I have not gone back to V1.5.
    Tony

  • Code completion(insight) not working in SQL Developer Version 2.1.1.64

    I recently downloaded SQL developer Version 2.1.1.64. However the code completion feature is not working automatically. I have checked the Automatically complete code in SQL worsheet checkbox under Tools->Preferences-> Code Editor-> Completion Insight.
    Strangely, I get the code completion pop up window when I explicitly press the completion insight shortcut(Ctrl + Space).
    Please help.
    Thanks and Regards.

    Hi, I am getting the following logs :
    Code completion time = 1015
    *...?aux tok2?, parse time = 63
    InsightableOracleDatabase.fetch() time = 360
    Code completion time = 844
    Finished parsing = 0
    *...?aux tok2?, parse time = 62
    InsightableOracleDatabase.fetch() time = 344
    Code completion time = 812
    Finished parsing = 0
    *...?aux tok2?, parse time = 63
    InsightableOracleDatabase.fetch() time = 359
    Code completion time = 891
    Finished parsing = 0
    Thanks

  • Code insight not working in sql developer 1.1.0.23

    i just downloaded today. insight options all checked in preferences section. popup time set to less than a second. i get nothing to work in sql worksheet or while modifying a package body.

    Hello,
    You should see things from this side sometimes ;-) It's a small team, working hard, very focused! Yes, there is indeed a sense of urgency and we are testing a patch SQL Developer 1.1 at the moment. There is always the battle between wanting to get an updated release to you, the community, quickly, and delaying to ensure what you get is good.
    Code insight, performance and many other issues have been addressed in this patch.
    As for your other point, we want the tool to be lightweight, easy to install, easy to use with a clear user interface. Perhaps there'll be a new battle when adding features, but that's the goal.
    Regards
    Sue

  • Desc not working in SQL Developer Version 1.1.3 Build 27.69

    Hi All,
    I am using Oracle SQL Developer Version 1.1.3 Build 27.69
    select count(*) from abccount(*)
    100
    using desc / describe table name gives error
    desc abcERROR:
    ERROR: object abc does not exist
    1 rows selected
    I am able to perform select on the table but not desc/describe. I tried suffixing with schema name , still the same error persists.
    Kindly provide a workaround
    Tnx

    Well 1.1.3 is quite old.
    The best thing to do IMHO is to update to the latest version, it will also enable a load of new features and fixes.
    http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html

  • Printing not working from iPad

    Hi,
    I bought this printer for my mother so she could print email, photos, etc... but while the printer was setup very quickly and the printer is being picked up by the iPad, printing is just not working, well mostly not working.
    When in email client app, I select an email, and try to print it. I select the printer from the list and select print. A small dialog box appears saying 'Please wait, printing' (or something like this!), it dissapears and nothing gets printed.
    When I select a photo, the same applies as the email client app.
    I installed an HP app from the IOS stored and unfortunately, I could not use the "Document" function when taking a picture as it requires a 5M pixel camera and the iPad is an 2nd, maybe third generation, so I used the "Photo" option within that app and strangely enough it managed to print a document. Terrible waste of ink just for one "legal" document as instead of being treated as a document, it was treated as a coloured image and was way too detailed in regards to color but that's beside the point. The point is printing worked directly via the HP app but it won't work from the standard email client app or the photo app.
    I don't know if it could have anything to do with it but the iPad has very little space left on it i.e. 470Mb out of 16Gb.
    IOS is still V7 as I don't have enough room to upgrade to 8 which I know displays a "print queue" now as I've noticed on my own Ipad.
    Any ideas why it's not printing from the standard apps and why it would work from the HP app?
    Thanks.
    Thierry

    Hi @ThierryF
    Welcome to the HP Support Forums. I understand that you are having issues with the AirPrint feature of the iPad and it is not allowing you to print to the Envy 5640 printer.
    I’ve included the document Apple AirPrint: The Apple Mobile Device Shows the Job is Printing but the Printer Does Not Print. It has some steps to try and determine why the iPad and printer aren’t playing nice together.
    You can also use the Printing Over a Wireless Network with Apple's AirPrint FAQs document as it has steps the first document doesn’t have.
    Please let me know the outcome.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Backspace key not working on SQL Developer 3.2.20.09 on Mac OS X 10.7.4

    Hi,
    I've searched around and found that the backspace and arrow key problem has been a known issue on 1.x versions of SQL Developer. In that version the fix was to reload the keyboard Accellerator bindings in Tools->Preferences->Accellerators. However, the Accellerator dialog isn't available on 3.2.2 version. Is there any other way to fix it? I know on some Macs, the keys work fine.
    Thanks,
    Richard

    Hi Richard,
    The Accelerator feature was renamed. Rather than
    Tools->Preferences->Accelerators -> Load Presettry instead
    Tools->Preferences-> Shortcut Keys -> More Actions -> Load Keyboard SchemeHopefully reloading in 3.2.2 will have the same impact as in the 1.x releases for your issue.
    Regards,
    Gary
    SQL Developer Team

  • Swf file does not work from InDesign

    I am not sure if this is a Flash or InDesign question, so i will post on both..
    I am trying to embed an “animated” swf file (that was created in flash) into an InDesign layout and then export the InDesign layout to swf. in the resulting html file my navigation works ok but the swf file does not play “animate” when viewed in html or flash. It only shows up as a graphic. 
    I have tried exporting the ID file to xfl and bringing it into flash but then none of my animation works. What am I doing wrong?
    any help would be appreciated.
    thanks
    mattG

    You´re doing nothing wrong. SWF export of InDesign CS4 doesn´t support any media files. You can place videos, sounds and animations into indesign layout, but if you export to SWF, they won´t work in resulting SWF. They work in interactive PDF.
    And you can export your basic layout to Flash CS4 by using XFL export and import those media elements in Flash, but that may be quite a job. I have been strugled a lot with that method. My files used to go really messy when I open them in Flash.

  • PDF Printer not working from portal

    Hi Experts,
    We are on EP7 SPS13 & ITS version 620 patch level 20.
    problem we face is PDF printing from Portal. But when we directly access through ITS, PDF printer is working.
    Could anyone give some inputs on this.
    regards
    ambicasony

    A server exception would suggest you are using Acrobat in the cloud. I don't have an answer in that case other than trying later. Is the Adobe PDF printer indeed installed on your machine or in the cloud?

  • SQL Developer 3.2.09 (Build MAIN-09.23) Disconnected Worksheet bug

    If you disconnect from a database, the SQL Worksheet that was using that connection loses its connection as shown in the drop-down at the top-right. (ok)
    If you then click on the drop-down to re-connect, you can choose a database and a modal popup appears for you to enter the password - but if you have other connections already open, the focus moves from the password to the OK button and you can't enter the password. Since it's a modal popup, you're now stuck and have to kill SQL Developer (very annoying if you have many sql worksheets open with lots of sql in).
    Am I doing something wrong and/or is there a workaround until this is fixed?
    Thanks,
    Mark

    Hi Mark,
    Thanks for reporting this. A couple of possibilities for a workaround:
    1. Tools | Preferences | Database | Worksheet | Close all worksheets on disconnect.
    2. Store/Save your password in the Connection define (may not be desirable for security / may not work anyway)
    We see something similar in this situation (switching connections in a worksheet without any disconnects) ...
    Change database connection in SQL-Worksheet to a not connected db
    where an obvious deadlock occurs. In your case, a full thread dump does not clearly state the deadlock, but there is probably one to be found upon closer examination.
    Regards,
    Gary
    SQL Developer Team

  • Printing NOT working from PS CS3 - Z3100 but DOES work with Lightroom 2

    I have been printing on a Mac with PS CS3 using a Z3100. All has been fine. Today I'm trying to print a 46x54" image from PS. I have not been able to make this work. PS sits for a while, thinks for a while, chews up resources, hangs on occassion as reported by the Activity Monitor, and then .... nothing. PS sits there and the print goes away. The job never appeared in the print monitor. I did all the usual. Rebooted the world, reinstalled the HP Z3100 drivers, and the same thing. I then gave it a shot, after many hours, and thought I'd try Lightroom 2.0. Holy mother of Michael Phelps, the print job was submitted in no time and the job is humming along with no issues. The only issue is that Lightroom is not showing Absolute Colorimetric as an option which I use and chose Perceptual instead.
    The file size was 1.2 GB and 16-bit. I lowered to 8 bit for PS and still to no avail. I printed in 8-bit on LR 2.0.
    Is this an issue with Photoshop? I'm running a Mac Pro Quad with on OS X 10.4.11 and 6 GB of RAM.

    Something has gone wrong with how Lightroom finds and communicates with Photoshop.
    That could be a registry string, or some preference within Lightroom.
    The Lightroom forum is more likely to be able to help you solve this.

Maybe you are looking for

  • Why can't I use MasterCard securecode on iPad mini

    I can't use MasterCard securecode to pay for items on iPad mini but works fine on android phone

  • Move Windows Domain Controller 2012 to other Windows Domain Controller 2012 eniveroment

    Dear All, I Have Windows Domain Controller 2012 and but this server have a lot of issue so I need to ask you if I can move this server to other new server as is old server if yes can you please guide me how to do that ? Regards, 

  • JSSE causes OSB business services to receive Socket Closed

    Using WL 10.3.3 & OSB 11gR1 on jrockit 1.6.0_45  Redhat: After enabling the "Use JSSE SSL" option in the managed servers's SSL tab ( because web service clients want to use SHA256 certificates ), OSB business services ( outbound to service providers

  • C1400 printer - all-in-one trouble shooting

    Hello,  I've recently purchased the C1400 printer - all-in-one, and it started having problems. For some reason whenever I try to print something (for instance, a simple 1 page document), the printer activates, then prints a single page with some wei

  • Problem with Bejewled

    I have a problem with the iPod game Bejewled. When I play it, I have to use the play/pause button. And when I press it, my music goes to pause. When I use the next/previous buttons, they also change the song, at the same time as they opperate the gam