Chr(10) not working in isql *plus

Hi,
Im using oracle 9i. i executed the following statement in sql * plus,
select 'sankar'||chr(10)||'naraya" from dual
the output is ,
sankar
naraya
but when i execute the same statement in iSQL *Plus
the output is
sankar naraya
i need the first output in isql * plus. What to do?

Hello Sankar,
Here you go
This can be resolved by modifying the preferences in the iSQL*Plus session to choose a text output format rather than the default HTML format. 
Select the Preferences button at the top right and then select the Set system variables option to make preference-setting changes. 
Move down the alphabetical list of settings until you find the Markup HTML area, as shown in Figure 10. 
Within this area, set the Preformat option to On.
Clicking OK and OK saves the setting and returns you to the work screen.Here is the link for your reference.
http://www.dmacc.edu/instructors/rebullard/iSQLPlus%20Users%20Guide.doc
Cheers!!!
Bhushan

Similar Messages

  • Executing a procedure - Works on Isql Plus but not SQL Developer??

    Hi folks.
    I am playing around with some design and structure stuff, mostly just passing values around procedures. I have one procedure (procedure1) which takes a sysdate and then passes it to another procedure (procedure2) which takes the parameter and does a dbms_output.put_line.
    Both objects are valid, and compile correctly. I use
    exec procedure1;
    in iSql Plus and it works perfectly. It prints the dates out and all.
    However if I use the exact same command in SQL Developer it gives me error "ORA-00900: invalid SQL statement"
    I don't understand why this happens?? The code executes perfectly in one but not the other...

    Remember that SQL*Plus commands don't work in the worksheet. So, this would fail
    exec my_procIn the worksheet you have to declare an anonymous block....
    begin
        my_proc;
    end;
    /If you right-click on the procedure in the Navigator and select Run then SQL*Dev will throw up a harness for you. Very handy if you want to get DBMS_OUTPUT, set variables, etc.
    Cheers, APC
    http://radiofreetooting.blogspot.com

  • Working with isql*plus

    hello sir
    I am very new to oracle iSqlplus. i m not able to work over isqlplus environment.
    i am trying to invoke isqlplus in the same machine where i am having oracle 9i server.
    what are the oracle components are required to run isqlplus. wanna know this just to be sure that vendor has installed oracle proerly

    what are the oracle components are required to run isqlplusHTTP server should be sufficient.
    i m not able to work over isqlplus environment.What's exactly the problem ? How do you try to start iSql*Plus, and what error you get ?

  • Siri not working with Nike plus

    I noticed today that siri would not working while i was using Nike Plus on my run.  Is this a known problem or is it just me?

    did anyone ever help you out? i still have a similar problem. Unfortunately, I have Vista as my OS and I don't think they've fixed the bug that will allow my nike+ workout to be uploaded onto the nike website.

  • SIM 1 slot not working on A6000 plus

    Hi, The SIM 1 slot on my Lenovo A6000 plus is not working. I tried changing the sim positions, but somehow it does not show any network for the sim card placed in slot 1. Please advise what needs to be done. I have tried reboot and replacing sim slots for two providers that I use, but does not help. Chetan

    Thanks. When I checked, Firmware is on 150515 version. I am not sure about how factory reset is done? Can you suggest the steps to same as I am a bit skeptical doing it. Chetan

  • SET NULL not working in SQL*Plus

    DB Version: 10.2.0.4
    Question1.
    Won't SET NULL work with PL/SQL block?
    Question2.
    Why is <<>> appearing in several lines (one character per line) as shown below? Sorry about the "jive-quote" thing below, got that after i added code tags.
    SQL > show lines
    linesize 80
    SQL > show pages
    pagesize 14
    SQL > set null <<>>
    SQL > select null from dual;
    N
    <
    <
    >
    >
    SQL > set serveroutput on
    SQL > declare
      2  v_Val VARCHAR2(100) :='COCOJUMBO';
      3  BEGIN
      4  SELECT null INTO v_val from dual ;
      5  DBMS_output.put_line(v_val);
      6  EXCEPTION
      7  WHEN NO_DATA_FOUND THEN
      8  dbms_output.put_line('Exception:'||SQLERRM);
      9  END;
    10  /
    PL/SQL procedure successfully completed.
    SQL >

    user872043 wrote:
    DB Version: 10.2.0.4
    Question1.
    Won't SET NULL work with PL/SQL block?No. SET NULL is a SQL*Plus command, not a PL/SQL command.
    Question2.
    Why is <<>> appearing in several lines (one character per line) as shown below? Sorry about the "jive-quote" thing below, got that after i added code tags.That's due to default formatting. For example:
    SQL> SET NULL <<>>
    SQL> SELECT NULL FROM DUAL;
    N
    <
    <
    >
    >
    SQL> COLUMN col FORMAT A4
    SQL> SELECT NULL col FROM DUAL;
    COL
    <<>>

  • ITunes not Working with Nike Plus?

    Since yesterday, iTunes will not communicate with nikeplus.com. It get an unknown error(503). Is there a problem with iTunes and nikeplus.com right now? I tried this with two different computers and with very different network connections but still get the same error.
    Dell   Windows XP  

    did anyone ever help you out? i still have a similar problem. Unfortunately, I have Vista as my OS and I don't think they've fixed the bug that will allow my nike+ workout to be uploaded onto the nike website.

  • Apps not working on Photosmart Plus B210?

    I haven't been able to access the server to use apps on my Photosmart Plus B210 for 3 days.  I have restarted multiple times with the same error.  I have successfully sent an ePrint job to the machine.
    Please Advise.

    At the time the Web Services server was experiencing some difficulties.  If you are continuing to have problems you can try these troubleshooting steps: http://h30434.www3.hp.com/t5/ePrint-Print-Apps-Mobile/ePrint-Apps-Connectivity-Troubleshooting-Pleas...
    I am an HP employee

  • SP2-0927 - CONNECT AS SYSDBA or AS SYSOPER not allowed through iSQL*Plus UR

    I need to login as sys so i can run the following statement
    grant execute on dbms_session to DOTEA;
    How to I login as SYS i'm having so many problems

    Do you mind telling us WHAT error you are getting? That would help people who want to help you.
    Since you embrace the package name in double-quotes when creating it, you have to refer to it in the same way:
    BEGIN
       "SET_DOTEA_CONTEXT".set_context ('aalao001', '(1)');
    END;

  • Help to start iSQL*PLUS and OEM services

    Here is what I did in trying upgrade 10.1 to 10.2 on Windows:
    1. use Oracle Universal Installer installed 10.2 in a separated ORACLE_HOME;
    2. run pre-upgrade assistant (utlu102i.sql)
    3. run Net Configuration Assistant to congired listner
    4. run DBUA ( however message shows that database already upgraded)
    At this point, new instance is up. new listner is working, but iSQL*PLUS and oem services didn't even be recognized by OS.
    From Universal Installer, I saw iSQL*PLUS and OEM were installed. What I am missing here in order to start services of iSQL*PLUS and OEM?

    Well, the instance is running properly. sqlplus also works fine. Because there is no new OEM service available if you look at Services list, how it could be meaningful to connect to OEM through a browser? As fact, browser can not connect to OEM.
    Do I need to reinstall 10.2?

  • How to set my default application...not working

    My company has nearly all adobe applications installed from PageMaker 6.5 through InDesign 5.5. We use them all frequently. I'm trying to set my defaults on the Mac Pros and it is not working.
    Specs if Needed:
    OSX 10.6.8 
    Model Identifier:          MacPro5,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          2.8 GHz
      Number Of Processors:          1
      Total Number Of Cores:          4
      Memory:          6 GB
      Boot ROM Version:          MP51.007F.B01
    +BootCamp dual boot Windows 7
    We proof out all files in the version that it comes to us. Our customers are on different versions than the most current, and it's driving us crazy that we can't set the defaults for
    each Adobe application. For Instance,
    We want for Defaults:
    Photoshop = CS4
    InDesign = CS4
    Illustrator = CS5
    etc.
    The Finder will not allow us to make the change to open all of a certain file type in the version we want by default. We also use a third party application that allows us to "double
    click" InDesign files and open them in the correct version. This saves valuable navigation time and because of the OS's problem with using the correct icons, it also saves us time
    dealing with the "Untitled" document when we accidentally convert by opening in the wrong application by mistake. We have gone through Onyx utilities and massive permissions
    troubleshooting to no avail. Does anyone know how to set the default for ALL files of a type for Adobe Apps? This has been thoroughly tested and is not working on 10 plus
    machines, and only effects Adobe apps.
    Any Ideas?

    I think you miss understand the question. There is a problem with OSX 10.6 and Adobe Apps. 10.5 ok, not sure about 10.7 because of all of the other Adobe problems we downgraded the test machine that we used for the upgrade. There is no way that I have found to make the files “Double-Clickable” through assigning a default application of files with Adobe extensions. We already have an app. that we use and it worked fine until 10.6. I can’t just approve a division-wide purchase of software for a bug that may be solvable by other means (by the way supposed cost of the licensing Soxy is deceiving at $20. Not for us. For companies it’s $20 per platform & also for each time Adobe updates. When we swap out hardware, we have to pay $40 again . Their pricing is absurd). $40 x a couple hundred machines every 18 months or so, uugh! The ten or so I’m working with are just the ones in my immediate department.
    I know you have good intentions with your reply and I appreciate it, however I’m looking to solve the problem, not put a band-aid on it. If the problem is by design so Rorohiko can hold companies hostage, then I guess we’ll just have to deal with the few extra clicks it takes to figure out which version we’re in need of, and dragging to the launch bar.
    Thanks very much for your reply,
    Seth

  • Problems starting iSQL PLUS service on Windows XP

    Dear Forum,
    I installed oracle 10g for the first time on Win XP. The Installtion-Process was fine. Now I'm not able to iSQL Plus, beacause the iSQL service in the administration area does not start properly. The status always says that it is starting unfortunately with no success.
    Need help!
    Thanks in advance
    sportmeier

    hi
    i was wondering if and how you solved this error
    i have the same problem now
    thanks

  • Beats/IDT Audio not working on Pavilion dv6 running Windows 7

    A few months ago my speakers would stop responding midway through audion or video. I assumed a restart was in order and did just that. Problem solved, many times over. Tonight, however, my audio would not work upon restart plus iTunes wouldn't open claiming an issue with my computer's sound properties. I uninstalled/reinstalled IDT audio, tried updating the drivers, updated just about everything else on my computer yet still no sound. My computer relates to me that everything is okay and in perfect working order while the diagnostics state that my sound is not working. 
    Headphones also don't work. Any thoughts?

    Hi,
    The following package is for Windows 7 64bit:
        http://ftp.hp.com/pub/softpaq/sp59501-60000/sp59882.exe
    for both 32bit and 64bit (older):
       http://ftp.hp.com/pub/softpaq/sp56501-57000/sp56996.exe
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to configure, ISQL*PLUS?

    Hi,
    Can you please let me know how I can work with ISQL*PLUS???
    Thanks in advance,,,

    My Version details are
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    "CORE     11.2.0.1.0     Production"
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

  • Installed ios 6 on new iPad and siri will not work.

    Good morning, I installed ios6 on the new iPad and siri will not work. Each time I try to use siri she says "uh oh, I'm having a problem. Please try again. I have tried turning siri off and back on again. Resetting the iPad, resetting the network, turning Airplane Mode off and on again. All to know avail. My iphone 5 works great and so does my wife's iphone 4s with ios6. I have called Apple support but there only suggestion was that the servers were busy. If that was the case my other devices would not work either. Plus the servers wouldn't be busy for four days. Any help anyone could provide would be greatly appreciated. I was looking forward to using siri on the new iPad and other folks don't seem to be having a problem.
    Thanks, and have a great day.

    Then you need to change your device details as this still says iPad2.
    It's very possible Apple's servers have been busy for 4 days as not everyone downloaded iOS 6 on the day it was announced. I downloaded it last Friday, myself, as an example.
    There are a millions and millions of people using Apple iDevices.
    Just because everything went fine with the iOS 6 updates of your iPhone 4 and 5 doesn't mean something couldn't have gone wrong with an update to your iPad3
    If the iOS update missed something during the download, I am not sure how to go about re-downloading iOS 6 to fix the issue you are having.

Maybe you are looking for

  • For restoring, does a new hard drive constitute a "new Mac"?

    I have a current Time-Machine backup, and I replaced a failing hard drive with a brand new one. But instructions for restoring an entire system via Time Machine differ, depending upon whether you're restoring "to the same Mac" (Time Machine is requir

  • Swatches CS3 - Sorting and grouping possible?

    Hello, a simple question. Is it possible to sort or group swatches? If the answer is yes, how do I do it? Thanks, Matt

  • Select multiple mail messages

    I just upgraded from Lion to Mountain Lion.  In Lion and all previous versions of Mail, I was able to click and drag over a bunch of messages to delete blocks of unwanted messages at the same time. In  the newer version I cannot seem to do that.  I c

  • How to automate batch merging of 2 related images?

    Hello, I need to merge 2 images for a lot of images for my project, background and character. Example: Photo001_bg.tga and Photo001_char.tga will be merged into Photo001_char.tga Then I will no longer use Photo001_bg.tga But I need to do it upto Phot

  • Poppa B

    My hard drive has failed, how do I re-install Lightroom 5.7 and Photoshop 10 onto a new drive marked as a first install?