What is the maximum number of columns that can be displayed by sqlplus?

Hello,
Questions:
Is there a limit on what sqlplus can display?
What is the maximum number of columns that can be displayed by sqlplus?
I cannot find anything on this in my search. I checked the limits page:
http://docs.oracle.com/cd/B19306_01/server.102/b14357/apa.htm#sthref3658
http://docs.oracle.com/cd/E11882_01/server.112/e16604/apa.htm#i635278
It does not specify any column limits; however, I'm thinking it is tied to LINESIZE which is system dependent.
Please confirm if true.
Thanks!

Received answer directly from SQL*Plus Development:
"sqlplus does not have a limit on the number of columns it displays."
They created a table with more than 256 columns with data and had no problem retrieving the data.

Similar Messages

  • IN cluse: what is the maximum number of values that can use in "in" caluse?

    Hi All,
    Please see the following querry
    select * from <table> where <columnname> in (value1,value2,....);
    My question is what is the maximum number of values we can put inside the bracket in the querry?
    I mean what is the maximum number of values that can use in "in" caluse.
    Best Reagrds
    Marcelo

    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/expressions014.htm
    A comma-delimited list of expressions can contain no more than 1000 expressions. A comma-delimited list of sets of expressions can contain any number of sets, but each set can contain no more than 1000 expressions.
    The following are some valid expression lists in conditions:
    (10, 20, 40)
    ('SCOTT', 'BLAKE', 'TAYLOR')
    ( ('Guy', 'Himuro', 'GHIMURO'),('Karen', 'Colmenares', 'KCOLMENA') )

  • What is the maximum number of users that can be simultaneously connected to a shared drive on an Airport Extreme

    What is the maximum number of users that can be simultaneously connected to a shared drive on an Airport Extreme?

    50
    I haven't tried this, but imagine that things are going to be quite slow.

  • What is the maximum number of addresses that can be sent in a group mailing

    Can anyone tell me the maximum number of addresses that can be sent as a group mailing?
    Thanks.

    "Does Mail complain when you try to send a message to several recipients at once? You might be surprised to know that Mail actually has no limit on the number of recipients to whom you can send a message! So, what's going on here?
    Chances are it's your Internet Service Provider (ISP) that's preventing your message from being sent. Your ISP might do this, for example, to deter folks who send unsolicited bulk commercial email (such as "spam" or "Junk mail") to a large number of addresses.
    If this happens to you, contact your ISP and ask them if they enforce a limit on how many recipients each email message can have. If there is a limit, you can either send your message to fewer people, or divide your recipient list into multiple sets and send the same message in batches (each time to a different set of recipients). "
    Brilliant! Thanks.

  • What is the maximum number of devices that can be connected with FaceTime?

    I have tried to find in theh Apple web pages the maximum number of devices that one can connect to with FaceTime. Specifically, how many iPad2 or iPad (new) devices can connect to each other with FaceTime? What about an older iMac running Mountain Lion with iPads? Or, iPhone4s and iPads? Thanks for any information you can provide.

    I don't know of any limit, as long as each device has its own individual identification ( e-mail address, or phone number for iphones)

  • What is the maximum number of images that can be imported into flash?

    I am not able to import images more than 47 or 48. What is the max. images imported?
    As the images are sequence images and I need that to use for interactivity for rotation with Action script. So cudn't import as a swf either.
    Please do let me know.
    Thanks in advance.

    You can load the image files into your movie's Library during authoring, or, you can import the image files into your movie at runtime. Either way, your're still using the same memory.
    If your movie is designed so that the user will only ever use some of the images, then it may be better to load the files that the user selects at runtime.
    In either case, you should optimize the images that you use as much as possible so that you are using the smallest possible file size and still keep the greatest image quality possible.

  • What is the maximum number of samples that can be acquired with a single trigger using PCI-6036E DAQ card?

    1. My PCI-6036E card has a FIFO of 1024 bytes in AI. Maximum how many samples can be acquired with single trigger for digitizing a waveform?
    2. PCI-6036E DAQ card has got a AO with 10ks/s update rate? Can I generate a pulsed output with the AO of this card? I need a pulse of, say, 5 V and 1 kHz frequency.

    Giri,
    1.The trigger is usually for enabling the acquisition. I mean, when it is logic zero, you acquire nothing; however, when it is logic one, you start acquiring your waveform,and you can acquire continuously without having to worry about how many samples, unless you want to set your program for doing so. You can acquire continuously by implementing buffer acquisition. Finally, the FIFO that is in the board will not affect the buffer acquisition.
    2.Yes, you can do that! You can generate your 5V signal with that specific frequency, and you should not have any problems, because the freq fits in the update rate.
    I hope this information is helpful.
    L Aguila
    Applications Engineer
    National Instruments

  • What is the maximum number of devices that can be added to an ePrint Center Account?

    How many printer can be in one account?

    Rachels,
       I have an account that has had 10 printers on one account, but I am looking into if there is a limit and if i find out I will post it.
    I was an HP employee
    If I have helped you solve your issue please mark it as solved
    **Say Thanks By Clicking on the Kudos Star**

  • What is the maximum number of devices that can be added to a icloud account? ie Does 'Find my iphone' have a max number of devices?

    I have over 50 iphone logged in with the same compant account to keep track of them, some of them are not showing anymore, including new devices, have I maxed out the ammount of devices I can associate with this feature?

    The answer to this question is 100.
    You can have 100 devices on a single iCloud account.

  • What is the maximum number of emails that can be sent at 1 time?

    We are a business and need to send several thousand emails at one time. Can we do this or are we limited to 100 per hour, 500 per day, for example/

    Thunderbird is email client software that runs on YOUR computer. It has nothing to do with limits or quotas. If there are any limits they would be set by your email provider. I suggest that you ask them.

  • What is the maximum number of devices that can be linked to the same cloud?

    Hi,
    How many devices can be linked to the same icloud account? Is there a max?
    Thanks.

    The answer to this question is 100.
    You can have 100 devices on a single iCloud account.

  • What is the maximum number of columns allowed on a table?

    What is the maximum number of columns that a table can have? I have a research team that wants to have 140,000 columns on one table and 2000 rows.
    What would be the best way to input (SQL*Loader?) that data on this table and retrieve data from this table? The highest number of columns that I have implemented on a table was 500.
    Any feedback would be greatly appreciated.
    Thanks. ;-)

    Holy cow 140,000 columns and 2000 rows!! I think you are going to have to tell someone to come up with a better design because that doesn't sound like a relational table. Besides, I found this in the Oracle 8.1.7 Reference Manual:
    "The absolute maximum number of columns in a table is 1000. However, when you create an object table (or a relational table with columns of object, nested table, varray, or REF type), Oracle maps the columns of the user-defined types to relational columns, creating in effect "hidden columns" that count toward the 1000-column limit. For details on how Oracle calculates the total number of columns in such a table, please refer to Oracle8i Administrator's Guide."

  • What is the maximum number of columns available in Numbers 3.1?

    What is the maximum number of columns available in Numbers 3.1? (I don't seem to be able to get past Column IU. Is that just how it is?)

    DBacs wrote:
    Aha! Just after posting this, the Support Community website suggested "More Like This", and I discovered the answer: 256 columns.  (I don't suppose I get Genius Points for answering my own question, do I...?)
    No

  • TS1503 what is the maximum number of pictures I can store and keep on my iPhone 3G?

    What is the maximum number of pictures I can store (and keep indefinitely) on my iPhone 3GS (8GB)?

    It is a balancing act between your photos and everything else you have on the device (apps, mail, messages, etc.), so there is no specific "number" we can give you. Just keep track of your available memory, and make sure you back up your photos regularly so if you reach the maximum memory capacity, you can delete the oldest ones without worrying that they are not saved somewhere else:
    IMPORTING PHOTOS - WINDOWS/MAC
    Cheers,
    GB

  • What is the max number of contacts that can be added to an email?

    I'm sometimes sent emails with 1-200 contacts added in. If I try to 'respond to all' iMail just won't send the email back.
    What is the maximum number of contacts that iMail can cope with? Is there a workaround for a larger number?
    Many thanks
    Steve

    I'm not sure the point of it as I use a BT push pop3 account?
    The point is that these kinds of restrictions are set by your email provider, i.e., Comcast, GMail, etc., not by the Mail application client.
    If BT means British Telecom, ask them.

Maybe you are looking for