Way to shrink display screen to 132 in SQL?

Is there any way to shrink the display screen to 132 characters from within SQL?
"SET LINESIZE 132" doesn't help because it wraps at 80.
I'm looking for a sql command that does the same thing as the unix command "stty columns 132" or vms command "set term/width=132", both of which shrink the characters so 132 of them will fit, unwrapped, on one line.

If you want the wrapping to go away, use set wrap off in conjunction with your linesize setting (however, this won't help if your output is greater than 132 chars, as the line disappears off the end)
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by (byrnee):
Is there any way to shrink the display screen to 132 characters from within SQL?
"SET LINESIZE 132" doesn't help because it wraps at 80.
I'm looking for a sql command that does the same thing as the unix command "stty columns 132" or vms command "set term/width=132", both of which shrink the characters so 132 of them will fit, unwrapped, on one line.<HR></BLOCKQUOTE>
null

Similar Messages

  • HT3249 best way to clean display screen in ipad?

    What is the best way to clean display screen on ipad4?

    Hello earl6,
    The following article provides details on how to clean various Apple products.
    iPads
    iPad and iPad 2
    Handle your iPad with care to maintain its appearance. If you are concerned about scratching or abrasion, you can use one of the many cases sold separately. To clean iPad, unplug all cables and turn off iPad (press and hold the Sleep/Wake button, and then slide the onscreen slider). Use a soft, slightly damp, lint-free cloth. Avoid getting moisture in openings. Don’t use window cleaners, household cleaners, aerosol sprays, solvents, alcohol, ammonia, or abrasives to clean iPad. iPad has an oleophobic coating on the screen; simply wipe iPad’s screen with a soft, lint-free cloth to remove oil left by your hands. The ability of this coating to repel oil will diminish over time with normal usage, and rubbing the screen with an abrasive material will further diminish its effect and may scratch your screen.
    How to clean Apple products
    http://support.apple.com/kb/HT3226
    Cheers,
    Allen

  • After installing IOS6: after erasing the history of Safari, the next time I fire up Safari, I see a split-second of the last displayed screen of Safari. Not a big issue but it should not be that way.

    After installing IOS6:
    After erasing the history of Safari, the next time I fire up Safari, I see a split-second of the last displayed screen of Safari.
    Not a big issue but it should not be that way.

    Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    Trash the current Firefox application to do a clean reinstall.
    Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • I get a weekly email with a PDF attachment and when I open it it's to large to print. To date I'm not able to find a way to shrink or adjust the size. The doc was created on M/S Office-excell

    I get a weekly email with a PDF attachment and when I open it it's to large to print and I know of no way to shrink or resize the doc. It's created in M/S excel. Can anymore assist....TX

    From: Test Screen Name [email protected]
    Sent: Sunday, August 04, 2013 11:32 AM
    To: gunner0490
    Subject: I'm not able to open PDF files in Adobe Reader XI.
    Re: I'm not able to open PDF files in Adobe Reader XI.
    created by Test Screen Name <http://forums.adobe.com/people/TestScreenName>  in Adobe Reader - View the full discussion <http://forums.adobe.com/message/5565198#5565198

  • How to increase "brightness" of Display Screen on ...

    Hi I have just up-graded to to a Nokia 5800 XM which seems the "bees knees" to me as I have never had such an all singing and dancing mobile phone before (had a 6230i about 5 years as my up-grades usually went to daughters or not taken but 6230i lost it's life a couple of weeks ago when it toook an accidental dip in the washing up bowl  *)   )
    I like lots about the new phone , especially the QWERTY keyboard - I can actually do texts now as the old way on key pad took me forever!  Oh and handwriting tablet is great - can even write texts!
    The only down side is the "display screen" seems rather dim in average to bright daylight ( I am not visually impaired not particularly mentally impaired either as a teacher) SO DOES ANYONE KNOW HOW TO MAKE THE SCREEN BRIGHTER?
    Thanks Bri

    menu | Settings | Phone | Display | Light sensor | slide the slider to "Maximum"

  • Small scratch on my Macbook Pro with Retina Display Screen

    I was cleaning the retina display screen of my MacBook Pro when I discovered that there is a very small scratch on the screen. I have had my MacBook Pro with Retina Display for about four months and honestly its my most cared for item. I look after it with every fibre of my being, I am actually a little OCD when it comes to looking after it. I don't even leave the house until I know its in a safe place and nobody else is allowed near it. I am really annoyed that it's scratched and I really have no idea how it happened. I know its only a tiny scratch but its starting to bug me and I am now aware of its presence every time I start up my Mac. Is there anything I can do about this? Is there any way to fix it? Thanks.

    For a precise quote, you will have to take the MBP to an Apple store genius bar.  If you go to the iFixit.com and Powerbookmedic.com, they will have parts prices which should give you a rough estimate of the costs.
    Ciao.

  • Connect iPhone to iTunes with broken display screen

    My iPhone has a broken display screen and I can't connect with my iTunes because it says I have to log into my phone.  I can't log into my phone because it is not working.  I tried pressing the home button and then acting out the motions of entering my password, but nothing is happening.  I have my replacement phone and I'm trying to reset my broken phone, but I can''t do that until I log into iTunes.  If someone can advise me on what to do, it will be greatly appreciated.  Thank you.  By the way, I am doing this on a PC computer.

    Try putting the phone in DFU mode and then doing the restore. This article should help.
    ~Lyssa

  • I18n of Swing for multilingual feature of a already displayed screen

    I have java Swing appication.Each screen has got number of buttons, labels, tool bar etc.It also have DateFormat, SimpleDateFormat, and DateFormatSymbols used for the i18n.Each screen has got a combobox listing diffrent languages.From each screen the user can select a language and that particular screen should change to this selected language.ie, suppose I have displayed the screen in English and if the user select a language french, then this particular screen should change to French.Can you please give me a way to solve this problem? My requirement are I have to iterate through each component of this container and set the labels for each component by getting the key(But I don't know how to get the key dynamically?).Then my next problem is I have used SimpleDateFormat by passing the Locale to its instantiate method.So if I am changing the language from the combobox should I have to recreate all the components in this screen? If anybody ever met this kind of requirement can you please give a sugestion or code snippet?If I know the language before showing the screen then it is OK. But converting a displayed screen to other languages....

    Hi,
    my solution is to create any GUI on JPanels and only switch between them by some central Switcher (The Frame in my example). Any GUI only must be implemented one time and you do not need any loop to change texts.
    Switching Interface:
    import java.util.Locale;
    public interface Switcher {
         public void doSwitch(Locale l);
    }Main class:
    import java.util.Locale;
    import javax.swing.JFrame;;
    public class SwitchingFrame extends JFrame implements Switcher{
         public SwitchingFrame(){
              super("Switchit");
              add(new SwitchingPanel(this));
         public void doSwitch(Locale l) {
              Locale.setDefault(l);
              getContentPane().removeAll();
              getContentPane().add(new SwitchingPanel(this));
              getContentPane().validate();
         public static void main(String args[]){
              SwitchingFrame f = new SwitchingFrame();
              f.setVisible(true);
    }GUI Panel:
    import java.awt.FlowLayout;
    import java.awt.event.ActionListener;
    import java.awt.event.ItemEvent;
    import java.awt.event.ItemListener;
    import java.util.Locale;
    import java.util.ResourceBundle;
    import javax.swing.JButton;
    import javax.swing.JComboBox;
    import javax.swing.JPanel;
    public class SwitchingPanel extends JPanel {
         private Switcher switcher;
         public SwitchingPanel(Switcher s){
              switcher = s;
              setLayout(new FlowLayout());
              ResourceBundle b = ResourceBundle.getBundle("i18n.Texts");
              JButton b1 = new JButton(b.getString("Button1"));
              JButton b2 = new JButton(b.getString("Button2"));
              JComboBox bx = new JComboBox(new String[]{"de", "en"});
              bx.setSelectedItem(b.getString("Selection"));
              add(bx);
              bx.addItemListener(new ItemListener(){
                   public void itemStateChanged(ItemEvent e) {
                        if(e.getStateChange() == ItemEvent.SELECTED){
                             switcher.doSwitch(new Locale((String)e.getItem()));
              add(b1);
              add(b2);
    }And two Bundles for Testing:
    import java.util.Enumeration;
    import java.util.HashMap;
    import java.util.Iterator;
    import java.util.ResourceBundle;
    public class Texts extends ResourceBundle {
         private HashMap<String, String> map = new HashMap<String, String>();
         public Texts(){
              map.put("Button1", "Switch");
              map.put("Button2", "Cancel");
              map.put("Selection", "en");
         @Override
         protected Object handleGetObject(String key) {
              return map.get(key);
         @Override
         public Enumeration<String> getKeys() {
              return new Enumeration <String>(){
                   Iterator <String>it = map.keySet().iterator();
                   public boolean hasMoreElements() {
                        return it.hasNext();
                   public String nextElement() {
                        return it.next();
    import java.util.Enumeration;
    import java.util.HashMap;
    import java.util.Iterator;
    import java.util.ResourceBundle;
    public class Texts_de extends ResourceBundle {
         private HashMap<String, String> map = new HashMap<String, String>();
         public Texts_de(){
              map.put("Button1", "Wechseln");
              map.put("Button2", "Abbrechen");
              map.put("Selection", "de");
         @Override
         protected Object handleGetObject(String key) {
              return map.get(key);
         @Override
         public Enumeration<String> getKeys() {
              return new Enumeration <String>(){
                   Iterator <String>it = map.keySet().iterator();
                   public boolean hasMoreElements() {
                        return it.hasNext();
                   public String nextElement() {
                        return it.next();
    }hope this helps,
    Lars.

  • Is there a way to access the screen (headless operation) of a machine being used as a Mac OS X (ML) Server?

    I'm using ML OS X Server and so far have enabled only FIle Sharing. Is there a way to share a screen with the Mac Mini (server host) while in Server operation? What section(s) need to be enabled to do this? I can access the Server remotely using the Server app, but as yet have not configured the web app to manage the server. Even if I do, this will not allow me to run an app as I could while at the server machine's screen, keyboard and mouse. My goal to operate this machine almost full time headlessly.
    Thanks!!
    Henry

    Eric. wrote:
    You can use screen sharing even if the Mac is headless; it's been that way for awhile now. You probably have to go back to the G3s to find Macs couldn't run headless or that you'd have to trick. I used my old G4 MDD headless this weekend; I used screen sharing and remote desktop from a 2011 Mini and 2011 MBP. I sometimes to do it with my mini Server, when I use the 23" LCD with my MBP, leaving the Server headless.
    Hmm... I noticed this as a problem when I had the Mini's combo video (VGA) output adapter plugged in to its VGA screen.
    When the monitor power was lost (due to it's plug being on an unprotected plug and the power being out) AND while display still connected without a working power source, lost the remote display, too. In that case, the Screen Sharing wouldn't work from a remote computer on the local network. Did not try unplugging the connection completely (suppose that rebooting might be necessary to see the headless mode?). Mention it here because you might also want to be aware of that situation for the future...
    Moving the plug-in to protected power for the monitor (even if off) did cure the problem and easier for me too. Checked with screen share (vnc:// connection seems to behave the same). We're probably doing the same thing, or pretty close to it. Seems I just have to completely detach the screen connection to effectively use the "headless' mode, which I didn't do. Note the specs of my Mini as below to compare with yours (it's not a new version 'server' model).

  • Possible Damage to Display/Screen following a dropped Macbook - Help!

    We have a 13-inch, 1st generation MacBook (purchased around May '06) which has survived a few minor drops relatively unscathed. This evening, our one-year old pushed the Macbook off of our bed (about a 2 1/2 - 3 foot drop) onto the stained concrete floor. Houston, we have a problem.
    The computer itself seems to be behaving normally, except the display/screen will not remain on for more than approximately 2 seconds after it is restarted or comes out of sleep mode.
    From what I can tell from looking at the screen in that 2 seconds, the actual display does not seem to be damaged (no lines, cracks, etc.); it looks fine...for two seconds. Then, fade to black. The only issue seems to be the display turns itself off when the Macbook wakes up or is powered on. Which would lead me to believe the problem is not that the display is damaged, but whatever controls when the screen is turned on/off was messed up by the fall. (Just an uneducated guess.)
    Can anyone offer some advice/information/opinion as to what we may be looking at in the way of repairs ($$$), or if this is something someone else has experienced and may know of a quick fix?
    Any and all information is appreciated.
    Thanks.

    Hi Candace,
    Thank you very much for the suggestion. I tried it out and it
    worked. Now I want to retieve that image stored in the database
    using the same form by executing a query. What would be the code
    for the when-button-pressed trigger. When I give a select
    statement, it gives an error.
    I would appreciate if u cud help me out witrh this.
    Thanks again....Viji.

  • My 30GB iPod display screen stays lit when in the cradle

    Ever since I upgraded to iTunes 7.0, my iPod (running vers. 1.2) display screen stays lit (albeit at what seems to be half-luminance). It never used to do this. It is powered (and upgraded) via one of the USB ports - as opposed to a FW port.
    Is this now normal? Is tere a way to disable this function? Or do I even need to disbale this and instead just not worry about it?
    thanks
    Theo

    Mine does the same, and I've heard that other people are seeing the same thing. I'm not too concerned about it.
    CG

  • Display screen keeps resetting every 5 miutes

    Our business computer is an Imac G5 10.4.11 Tiger. The display screen keeps resetting every three minutes. It just flashes and resets itself. I don't loose anything but it's very annoying. I've reset the pram & nvram with no luck. I've also done all the repairs off the start up disk. Any thoughts?
    <Post Relocated by Moderator>

    Hey Michael,
    I brought my Imac up to the Apple Store where we purchased it from. They had Friday & Saturday and called Sunday saying it was done. My wife brought it home and we plugged it in only to find it's still has the same problem. My wife said they went through the entire machine from top to bottom.
    I called the store today and had to schedule my complaint with a service tech. I brought the machine up there myself and went through the steps (It kind of scares me when I know more than the kid helping me). I understand they have to learn somehow, I own a door & window company and totally see things from both sides. I asked for a supervisor, explaining I wasn't upset with the other staff person, I was just upset with the computer. I explained to them that I had removed the cover and looked at the capacitors with three of them bulging. I explained I had posted here for some answers and that I'd researched the issue. They told me all about the problems they had with this year and the capacitor issues were only covered for a three year period (I happened to be six months late) They then proceeded to tell me that it would cost me $900.00 to fix. I had to take a deep breath and keep my composure after that one.
    My biggest complaint is they had problems with the machines logic board capacitors, but never told us it may become an issue. No letter or even the courtesy of telling us when it was serviced. I own a brand new 20" Imac, the 2005 Imac 20" (problem child), and around 10 other Imac's dating back to 2003, 4 Ipod Touch's, and 4 Iphones. Needless to say I have invested a large sum of money in Apple products. These are the only machines I've ever had since I can remember and I'll always support Apple products. It just really ****** me off when they had my machine in for power supply repairs a couple times and never said a thing to us about possible problems down the road. Now they want me to sack up $900.00 for repairs when I can get a new one for around $1200.00.
    I know that these issues arise in every kind of industry. I deal with them all the time, but if I know there's a flaw that will kick my rear end down the road, I''l head it off as fast as I can to avoid angry customers. I also don't have the volume Apple has when it comes to sales, so my issues really have no validity, they have to cut it off somewhere. Is there any other route I can take to try and get this $2600.00 computer fixed without kicking my rear?
    By the way, thanks for answering questions, I do it on a couple boards in my industry. I know how people beat you up on certain issues without knowing your doing it for free. I know where your coming from and want to say Thank You for your time!!!

  • Best way to clean LCD screen w/o destroying it?

    After several thousand sneezes, coughs and splashed coffee, my PowerBook's screen is looking rather gross -- lots of spots and smudges.
    What's the safest way to clean the screen w/o risking scratches, abrasions, melting and shorting out the display? Thanks.

    My method:
    I use a large soft cloth, iClear screen cleaning fluid and a small medium-weave Microfibre towel.
    Place the soft cloth (it should be larger than your PB) flat on a table.
    Open the PB so the screen is at a right-angle to the keyboard area.
    Lay the PB on its back (Apple logo on reverse of screen flat onto cloth).
    Spray some iClear onto the Microfibre towel (insted of spraying directly onto screen). Don't soak it through, you don't need much.
    Using horizontal strokes and light pressure, wipe screen from side to side with the Microfibre.
    Repeat until marks are gone, and finally buff with a dry side of the Microfibre.
    Done this for years, never scratched a screen, treat my Apple LCD the same way and am rather
    particular about Car Detailing!
    HTH.

  • Is there a way to keep the screen from turning off

    I would like a way to keep my screen from going to sleep while browsing. Sometimes I am still reading the current screen when it dims out. The browser I am hoping to replace with Firefox has this option. Is there a way (option or addon) to do this?

    Not possible from within Firefox. You can check to see if your device has a 'Never' option for screen timeout under 'Display' settings in Android settings. I suspect not available though as that would be a hindrance towards battery lifetime.

  • TS1424 itunes is saying i cant connect to itunes because im locked out with my passcode but my display screen is broken and i cant see anything but my phone works, what should i do? i want to back up my phone before i upload my new one! help me please

    im locked out of itunes because i need to put my passcode in but my display screen is broken. i dont know how to fix it because im tying to back up my old iphone but i cant without putting in my passcode.

    If you have synced the device on a computer in the past, you can back it up without the passcode. If you have not synced/backed up the device before, then you are out of luck. No way to back it up or sync it without the passcode.

Maybe you are looking for

  • FW Drive Only Shows Up in Disk Utility

    Hey All, We've got a Granite Digital Firewire Drive that we use for nightly backups (with a fantastic piece of software called Deja Vu). To assure we don't confuse the backup drive for the regular drive while working, I changed the permission of the

  • Smoothing factor in Vendor evaluation

    Hi, I'm not able to understand the math underneath the "smoothing factor" used in vendor evaluation. Could someone throw some light in this? thanks!

  • Reg. Requirement type in Sales order

    Dear Experts Where is assigned the Requirement type KEK in spro img screen( List of allowed Requirement types ). Pls help me. Thanks in advance Rajakumar.K

  • Safari isn't displaying PDF files

    A friend has a new iMac with 10.4.10 and no Adobe software installed unless it came from Apple. Using Safari to access the pay check site at adp.com she selects the pay stub date and it opens a window but doesn't display the PDF of the paycheck. Is t

  • Webservices on WAS6.20 ABAP stack

    Hello Everybody, I know, there is an option available to expose RFCs on WAS6.20 server. I have tested and it worked fine also. But, here I am more concerned about usability of this option in the production environments. Can we take use of Web service