view more of 80 characters with sqlplus

I wonder if there is a way to display more than 80 characters with sqlplus. I thought that if I expand the script console the
the sqlplus would adjust the packaging with the relationship to the width of the screen, but it did not. For example, below, I ran a sql query, and it is very difficult to see what data goes with what field. I wonder if there is way to force sqlplus to adapt to the new width of the console to display all fields at the same time, for example? Thank you.

SQL > select * from FLT_SCHEDULE;

AIRLINE DTIME FLT # BLAH ATIME TO_ MILES
----- ------------------------- ---------- --- ---------- --- ----------
PRICE
----------
DL242 Delta 01/01/1970 ATL BOS 01/01/1970


SK912 SAS 01/01/1970 CPH JFK 01/01/1970


AA242 AA 01/01/1970 CHI 01/01/1970 BOS

Hello!

Within SQL * more use the set linesize xxx command to set the number of characters displayed on a single line.

set linesize 300

The command above sets the linesize of 300 characters.

Yours sincerely

Florian W.

Tags: Database

Similar Questions

  • View more bright and darker with Fn + F6 and Fn + F7

    After the reinstallation of my Toshiba Satellite Pro A120 (PSAC1E), I can change is no longer the screen brightness with Fn + F6 (darker) and Fn + F7 (brighter). No reaction when I use these shortcuts. Which program/driver should I install in order to make it work again?

    Thank you very much.

    Kay

    Hello Kay

    And what operating system you are using?
    Why you do not use the recovery media for the installation of the OS? This recovery media contains all the necessary drivers, tools and utilities for these features.

  • How can I view more than 150 emails in Mail on iPhone with iOS 10 7?

    Since the upgrade to iOS 10.0.1, I can no longer view more than 150 e-mail messages in a folder.  This happens with IMAP accounts as well as my iCloud email account.  Before iOS 10, with accounts IMAP, when you sailed until the end of the list of messages, the phone would then charge a 150 additional messages from the server.  With iOS 10, this happens.  Thus, on e-mail accounts that I have on the phone who do not receive a lot of messages through the day, I post only 1-2 days of e-mail messages.  The same behavior is experienced on iPhone 7, 6 s iPhone and iPad Mini 3 - all iOS 10.0.1 running.

    Hi there RickNY,

    Welcome to the communities of Apple Support!  I am happy to help you with your iOS devices does not not more than 150 messages after updating to iOS 10.  I know how it is important to be able to access old emails.

    I would like to begin by consulting a setting in Mail.

    1. Go to the settings app
    2. go to mail > THREADING
    3. Make sure you have organize by live wire (green)

    Please check your Mail application and see if you are now able to load older messages.

    Best wishes!

  • By clicking on "View more information on this update" for 31.5.0 does nothing

    I got a pop up today that Thunderbird 31.5.0 is available. I clicked on "View more information on this update" because that usually takes me to the release notes and I prefer to read about updates and download and install myself, rather than having the system do it for me. (I do so I can save previous versions in case I encountered a problem with the last and want to go back.) But when I clicked on "View more information on this update" nothing happened. It didn't switch to the browser or load the release notes.

    About 5-10 minutes after I had clicked on "View more information on this update" several times (and was manually went to https://www.mozilla.org/en-US/thunderbird/31.5.0/releasenotes/ and downloaded and was trying to install the new version), my browser open three tabs on this page. I guess it was just a very late response.

  • How can I view more than one document at a time?

    I had an upgrade for some reason yesterday, and now I can see only one document at a time? I need to be able to view more than one side by side?

    With the new updates, Acrobat Reader uses default interface with tabs (like most browsers).

    To view two documents side by side in different windows (rather than the different tabs), just drag a tab out of the window of the player and it should become a new window!

    If you want to permanently disable the interface to tabs, you can uncheck "Open documents as new tabs in the same window" in the General preferences (go to Edition |) Preferences).

  • Connect with sqlplus for fee install R12 Vision ORA-12154

    Summary:

    Try to connect with sqlplus R12 vision new installation gives me ORA-12154.

    Context:

    Installed R12 12.1.1 instance Vision on Oracle Enterprise Linux 5.4 x 86-64 (SElinux disabled / without virtualization). Follow-up [761566.1] and http://www.oraclenerd.com/2009/12/ebs-install-guide-part-1.html. I also followed instructions of [761566.1] on the files to the best of my ability to network. Blocked as closely as possible to these two documents and also stuck by default as much as possible. Everything is fine with all the levels on the same machine (A). Start and stop OK.

    Detailed description:
    Now try to connect using sqlplus (latest version) on the same machine with the following:
    ======================================================================
    [u01 root@vizz] #./ebs/R12VIS/db/tech_st/11.1.0/bin/sqlplus sys/change_on_install@VIS as sysdba

    SQL * more: version 11.1.0.7.0 - Wed 27 Jun 23:36:07 Production 2012

    Copyright (c) 1982, 2008, Oracle. All rights reserved.

    ERROR:
    ORA-12154: TNS: could not resolve the connect identifier specified
    ======================================================================
    Also tried with oravis and applvis, the two accounts, the case with identical results management
    The ORA-12154 notoriously generic...

    All the tnsnames.ora I can find give me LIVE that the SID:
    ./ebs/R12VIS/inst/apps/VIS_vizz/admin/out/06260806/tnsnames.ora
    ./ebs/R12VIS/inst/apps/VIS_vizz/ora/10.1.2/network/admin/tnsnames.ora
    ./ebs/R12VIS/inst/apps/VIS_vizz/ora/10.1.3/network/admin/tnsnames.ora
    ./ebs/R12VIS/apps/tech_st/10.1.2/inventory/Templates/network/admin/tnsnames.ora
    ./ebs/R12VIS/apps/tech_st/10.1.2/network/admin/samples/tnsnames.ora
    ./ebs/R12VIS/apps/tech_st/10.1.2/network/admin/tnsnames.ora
    ./ebs/R12VIS/apps/tech_st/10.1.3/network/admin/samples/tnsnames.ora
    ./ebs/R12VIS/apps/apps_st/appl/ad/12.0.0/admin/template/tnsnames.ora
    ./ebs/R12VIS/db/tech_st/11.1.0/owb/network/admin/tnsnames.ora
    ./ebs/R12VIS/db/tech_st/11.1.0/network/admin/VIS_vizz/tnsnames.ora
    ./ebs/R12VIS/db/tech_st/11.1.0/network/admin/samples/tnsnames.ora

    As well as those generated scripts (for example, addbctl.sh) to start and stop the instance.

    What I'm missing here?

    Published by: rjvencken on June 27, 2012 12:47

    Published by: rjvencken on June 27, 2012 12:47

    Published by: rjvencken on June 27, 2012 12:54

    In the output above, it looks like you source the env file and that's why you get the error ORA-12154. You have to get the file of database of EPS under directory $ORACLE_HOME (.env file).

    Thank you
    Hussein

  • OAM-files do not run in content for desktop viewer more

    After update to DPS today animations made with edge animate (OAM-Files) are not running in the content for desktop viewer more!

    What happened there? Any ideas?

    Thanks for the help!

    I use mac OS 10.8.2 and InDesign CS6 CC

    See http://status.adobedps.com/?p=70 for more information on where to go to download new files.

    Neil

  • Should what data type I use to store more than 4000 characters in a column

    Hello friends,

    I am currently using the suite oracle version for my database:

    SQL > select * from v version $;

    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0
    PL/SQL release 11.1.0.6.0

    SQL > create table clobexample (clob t1);

    SQL > insert into clobexample values ('aaaaaaaaaaaaaaaaaaaa... ») ;

    Error in the command line: 2 column: 8
    Error report:
    SQL error: ORA-01704: string literal too long
    01704 00000 - "string literal too long."
    * Cause: The string literal is longer than 4000 characters.
    * Action: Use a string literal of more than 4,000 characters.
    Longer values can only be entered using bind variables.

    My request is that what kind of data can I use table to enter more than 4000 characters in the table, I even tried with clob (example) above, but it is not favourable.
    Is there another way of letting?

    Please help me.
    Thank you in advance.
    Kind regards.

    Hello

    You can use the same CLOB, but you cannot insert directly, you may need to use the pl/sql.

    Try the method mentioned in this link.

    http://www.orafaq.com/Forum/t/48485/0/

    see you soon

    VT

  • Unable to connect to Oracle with sqlplus /nolog as sysdba

    Oracle has turned on the box [Red Hat Enterprise Linux ES release 4 (Nahant Update 6)] taking up all the CPU.

    When I try and connect with sqlplus /nolog as sysdba nothing happens, no output.

    All ideas, apart reboot the box please?

    We tried to kill all Oracle processes too & restart the listener, but what gives the same...

    Log the following...

    version 10.2.0.1.0 =

    Oh, its happened before, the last time, we couldn't get by is rebooted then the box - it was fine then.


    $. oraenv
    ORACLE_SID = [oralt]?
    dbhome
    ORACLE_HOME = /u01/oracle/oracle/product/10.2.0/db_1
    ORACLE_SID = oralt

    RH4 - ora - t3:oracle:oralt/opt/oracle$ sqlplus/nolog

    (Nothing)

    VI /u01/oracle/oracle/product/10.2.0/db_1/admin/oralt/bdump/alert_oralt.log

    Mon. Nov 22 02:01:57 2010
    Notification of memory: Cache object library loaded in SGA
    5118K heap size exceed the threshold of notification (2048K)
    Details in the path of the /u01/oracle/oracle/product/10.2.0/db_1/admin/oralt/udump/oralt_ora_12801.trc file
    Name of the KGL object: SELECT / * + rule * / SYS_XMLGEN (VALUE(KU$), XMLFORMAT.createFormat2 ('TABLE_T', ' 7')), KU$. SYS OBJ_NUM. KU KU _FHTABLE_VIEW $ WHERE NOT (BITAND (KU$.)) (PROPERTY, 8192) = 8192) AND NOT BITAND (KU$.) SCHEMA_OBJ. FLAGS, 128)! = 0 AND KU$. $ SCHEMA_OBJ.NAME =: NAME1 AND KU. SCHEMA_OBJ. OWNER_NAME =: SCHEMA2
    Mon Nov 22 11:13:21 2010
    Thread 1 Advanced for you connect to sequence 3280
    Currently Journal # 3 seq # 3280 mem # 0: /u02/oradata/oralt/redo03_1.rdo
    Currently Journal # 3 seq # 3280 mem # 1: /u03/oradata/oralt/redo03_2.log

    (end)


    RH4 - ora - t3:oracle:oralt/opt/oracle$ top
    Top - 10:27:16 up to 199 days, 19:32, 2 users, load average: 24.82, 24.67, 24,19
    Activities: 146 total, 30 running, 116 sleeping, 0 stopped, 0 zombie
    CPU: 38.0% us, sy 62.0% 0.0% ni, id 0.0% 0.0% wa, 0.0% Hi, 0.0% if
    MEM: 3115248 k total, 2736140 k used, 379108 k free, k buffers 247956
    Swap: 6289436 k total, 80168 k used, 6209268 k free, 2229880 k cached

    THE NEST PR NOR % CPU TIME + % MEM VIRT RES SHR S COMMAND USE
    2173 25 0 17 263:51.52 2.5 oracle 607 m 74 m 70 m R oracle
    2211 25 0 17 260:43.53 620 oracle 0.7 m 21 m 10 m R oracle
    2154 25 0 17 262:21.71 605 oracle 0.5 m 14 m 13 m R oracle
    2159 25 0 17 262:38.20 604 oracle 0.8 m 24 m 23 m R oracle
    2161 25 0 17 263:05.82 3.1 oracle 607 m 93 m 90 m R oracle
    2163 25 0 17 261:55.21 620 oracle 0.7 m 19 m 18 m R oracle
    2165 25 0 17 261:13.85 606 oracle 0.8 m 24 m 22 m R oracle
    2169 25 0 17 261:47.42 605 oracle 0.8 m 22 m 21 m R oracle
    2171 25 0 17 263:20.01 1.8 oracle 606 m 55 m 52 m R oracle
    2175 25 0 17 263:03.81 604 oracle 0.7 m 22 m 21 m R oracle
    2177 25 0 17 262:15.91 605 oracle 0.4 m 10 m 9500 R oracle
    2209 25 0 17 261:55.91 620 oracle 0.7 m 22 m 10 m R oracle
    2745 25 0 17 257:08.69 604 oracle 0.5 m 15 m 14 m R oracle
    6885 25 0 17 89:05.80 0.1 19652 4564 3228 R exp oracle
    10344 25 0 17 1:26.30 0.2 91856 6584 5720 R oracle oracle
    17568 25 0 17 263:29.11 605 oracle 0.7 m 21 m 19 m R oracle
    22383 25 0 17 0.1 19576 4600 3280 R sqlplus oracle 111:38.92
    22:56.01 27963 25 0 17 0.2 91856 6584 5720 R oracle oracle
    8185 25 0 16 169:09.85 0.2 29816 6004 3300 R rman oracle
    13633 25 0 16 261:50.72 605 oracle 0.5 m 14 m 13 m R oracle
    12518 25 0 16 260:35.53 605 oracle 0.5 m 14 m 13 m R oracle
    2156 oracle 15 0 25 262:28.54 604 0.4 m 11 m 9.9 m R oracle
    2167 oracle 15 0 25 261:06.86 3.2 606 m 98 m 95 m R oracle
    2669 oracle 15 0 25 261:46.97 604 0.6 m 18 m 16 m R oracle
    0:00.09 root 15816 17 0 1 0.0 5680 1332 1052 R hpetfe
    0:00.12 root 15663 16 0 1 0.1 7968 2348 1852 R sshd
    0:00.19 root 15767 16 0 1 0.0 2156 1056 780 high R
    0:00.15 high 15768 16 0 1 0.0 1948 1048 784 R oracle
    1 root 16 0 0:58.86 0 0.0 2468 548 468 init S
    2 root RT 0 0 3:44.17 0 0.0 0 0 S migration/0
    3 34 19 0:12.75 root 0 0.0 0 0 S 0 ksoftirqd/0
    4 root RT 0 0 4:24.86 0 0.0 0 0 S migration/1
    5 34 19 0:11.23 roots 0 0.0 0 0 0 S ksoftirqd/1
    6 root RT 0 0 4:28.40 0 0.0 0 0 S migration/2
    7 34 19 0:12.55 roots 0 0.0 0 0 0 S ksoftirqd/2
    8 root RT 0 0 3:59.44 0 0.0 0 0 S migration/3
    9 root of 34 19 0:13.29 0 0.0 0 0 0 S ksoftirqd/3
    10 root-5 10 0 0:00.84 0 0.0 0 0 events/0 S
    11 root-5 10 0 0:00.43 0 0.0 0 0 events/1 S
    12 root-5 10 0 0:01.82 0 0.0 0 0 events/2 S
    13 root-5 10 0 0:00.80 0 0.0 0 0 events/3 S
    14 root 6-10 3:08.62 0 0.0 0 0 0 S khelper
    15 root-5 10 0 0:00.00 0 0.0 0 S 0 kblockd/0


    backkup #killed jobs...
    RH4 - ora - t3:oracle:oralt/opt/oracle$ kill 6885
    RH4 - ora - t3:oracle:oralt/opt/oracle$ kill 8185
    RH4 - ora - t3:oracle:oralt/opt/oracle$ kill 22383


    RH4 - ora - t3:oracle:oralt/opt/oracle$ lsnrctl

    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on November 23, 2010 10:37:39

    Copyright (c) 1991, 2005, Oracle. All rights reserved.

    Welcome to LSNRCTL, enter 'help' for more information.

    LSNRCTL > status
    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1)))
    STATUS of the LISTENER
    ------------------------
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start date August 6, 2010 14:57:55
    Uptime 108 days 20 h 39 min 46 s
    Draw level off
    Security ON: OS Local Authentication
    SNMP ON
    Parameter Listener of the /u01/oracle/oracle/product/10.2.0/db_1/network/admin/listener.ora file
    The listener log file /U01/Oracle/Oracle/product/10.2.0/Db_1/network/log/listener.log
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=10.1.209.208) (PORT = 1521)))
    Summary of services...
    Service 'PLSExtProc' has 1 instance (s).
    Instance of 'PLSExtProc', status UNKNOWN, has 1 operation for this service...
    Service 'oralt' has 1 instance (s).
    'Oralt' instance, State LOAN, has 1 operation for this service...
    Service 'oraltXDB' has 1 instance (s).
    'Oralt' instance, State LOAN, has 1 operation for this service...
    Service 'oralt_XPT' has 1 instance (s).
    'Oralt' instance, State LOAN, has 1 operation for this service...
    The command completed successfully
    LSNRCTL > stop
    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1)))
    beginning

    (Nothing)

    RH4 - ora - t3:oracle:oralt/opt/oracle$ running time
    10:38:35 up to 199 days, 19:43, 2 users, load average: 23.13, 23.30, 23.62


    (a lot of play with earphone - but it does not start and it won't let me connect to sqlplus /nolog)

    Killed all the processors of Oracle, still unable to connect to sqlplus


    Tasks: running, 97 98 1 total sleeping, 0 stopped, 0 zombie
    CPU: 0.7% us, sy 0.2% 0.0% or 99.1% id, 0.0% wa, 0.0% Hi, 0.0% if
    MEM: 3115248 k total, 2679604 k used, 435644 k free, 248572 k buffers
    Swap: 6289436 k total, 80168 k used, 6209268 k free, 2271904 k cached

    THE NEST PR NOR % CPU TIME + % MEM VIRT RES SHR S COMMAND USE
    1 root 16 0 0:58.87 0 0.0 2468 548 468 init S
    2 root RT 0 0 3:44.19 0 0.0 0 0 S migration/0
    3 34 19 0:12.75 root 0 0.0 0 0 S 0 ksoftirqd/0
    4 root RT 0 0 4:24.88 0 0.0 0 0 S migration/1
    5 34 19 0:11.23 roots 0 0.0 0 0 0 S ksoftirqd/1
    6 root RT 0 0 4:28.42 0 0.0 0 0 S migration/2
    7 34 19 0:12.55 roots 0 0.0 0 0 0 S ksoftirqd/2
    8 root RT 0 0 3:59.45 0 0.0 0 0 S migration/3
    9 root of 34 19 0:13.29 0 0.0 0 0 0 S ksoftirqd/3
    10 root-5 10 0 0:00.84 0 0.0 0 0 events/0 S
    11 root-5 10 0 0:00.43 0 0.0 0 0 events/1 S
    12 root-5 10 0 0:01.82 0 0.0 0 0 events/2 S
    13 root-5 10 0 0:00.80 0 0.0 0 0 events/3 S
    14 root 6-10 3:08.63 0 0.0 0 0 0 S khelper
    15 root-5 10 0 0:00.00 0 0.0 0 S 0 kblockd/0
    root-5 16 10 0 0:00.00 0 0.0 0 0 S kblockd/1
    17 root-5 10 0 0:00.01 0 0.0 0 0 S kblockd/2
    18 root-5 10 0 0:00.00 0 0.0 0 0 S kblockd/3
    19 root 15 0 0 0:00.00 0 0.0 0 0 S khubd
    the square root of 69 15 0 0 3:20.26 0 0.0 0 0 S pdflush
    root 70 16 0 0 2:25.34 0 0.0 0 0 S pdflush
    root of 71 16 0 0 53:43.69 0 0.0 0 0 S kswapd0
    root of 72-6 10 0 0:00.00 0 0.0 0 0 aio/0 S
    root 73 6 - 10 0:00.00 0 0.0 0 0 0 S aio/1
    root 74 6 - 10 0:00.00 0 0.0 0 0 0 aio/2 S
    75 root 6-10 0:00.00 0 0.0 0 0 0 aio/3 S
    219 root 25 0 0 0:00.00 0 0.0 0 0 S kseriod
    462 root 25 0 0 0:00.00 0 0.0 0 0 S scsi_eh_0
    463 root 15 0 0 0:00.00 0 0.0 0 0 S ahc_dv_0
    465 root 19 0 0 0:00.00 0 0.0 0 0 S scsi_eh_1
    466 root 15 0 0 0:00.00 0 0.0 0 0 S ahc_dv_1
    502 root 15 0 0 5:02.83 0 0.0 0 0 S kjournald
    1064 root 6-10 0:00.00 0 0.0 0 0 0 S kauditd
    1683 root 6-10 0:00.05 0 0,0 3336 448 368 S udevd
    1795 root 25 0 0 0:00.00 0 0.0 0 0 S phpd_event
    root of 1957 15 0 0 0:00.01 0 0.0 0 0 S kjournald
    root of 1958 15 0 0 0:00.01 0 0.0 0 0 S kjournald
    root of 1959 15 0 0 0:01.44 0 0.0 0 0 S kjournald
    1960 root 15 0 0 0:12.13 0 0.0 0 0 S kjournald
    1961 root 15 0 0 0:04.08 0 0.0 0 0 S kjournald
    1962 root 15 0 0 0:03.89 0 0.0 0 0 S kjournald
    the square root of 15 1963 0 0 0:04.93 0 0.0 0 0 S kjournald
    root 1964 15 0 0 39:23.43 0 0.0 0 0 S kjournald

    Edited by: sunpat November 23, 2010 11:52

    http://www.lmgtfy.com/?q=Oracle+Linux+uptime+bug

  • Can I swap the SIM card from my iPhone more current 6s, back with a new iPhone free sim SE?

    Can I swap the SIM card from my iPhone more current 6s, back with a new iPhone free sim SE?

    The reason that I ask is that I would like to use the iPhone OS at work, and the rest of the time using my iPhone more than 6 s.

    Hello

    Yes, it should work ok with the same identifier apple for iphones.

    See you soon

    Brian

  • You want to run the software RAID (more precisely 5) included with Windows Vista Home Premium. Do you know where I can find documentation and how - in?

    You want to run the software RAID (more precisely 5) included with Windows Vista Home Premium.  Do you know where I can find documentation and how - in?

    Hello

    Your question of Windows Vista is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public.
    Please post your question in the below link:
    http://social.technet.Microsoft.com/forums/en/IECs/threads

    I hope this helps.

    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Dell XPS 13 type special characters with keyboard

    I'm unable to type special characters with my Dell XPS 13 with Windows 8 pre-loaded. For example when you type ' ^ ' followed by 'e', you should get 'e '.

    My previous 13 XPS with Windows 7 preinstalled worked well. I loaded all the latest drivers, but the functionality is still missing. Is there a setting that needs to be turned on? Or are still missing drivers for Windows 8?

    Help will be appreciated

    SHE FOUND! Press "Fn + Ctrl + LShift" simultaneously to activate and deactivate the entry of special characters

  • Smartphones blackBerry how to type more than 160 characters in a text Message

    Is there anyway that I can write more than 160 characters when sending a text message?  I wish I could just keep typing and having the device knows that I want to send 2 messages.  Now, I have to save my text, write my next message and then send them at the same time.  It's a little ridiculous.  Any ideas?

    I'm guessing that you're on Verizon, right?

    Only 160 character limit is that SMS (Short Message Service), it's all about. Some carriers allow you to type and type and sends multiple SMS messages. Verizon on the BlackBerry does not work.

    It is a limitation of the Association, not a function of the BlackBerry.

  • Map viewer editor do not work with Java 1.8.0_45

    I installed Oracle Map Viewer Ver11_1_1_7_2_B131022 on a server with Windows Server 2012 in a database 11.2.0.4

    It is the new version of Java installed 1.8.0_45 on the client PC.

    I can start the Administration Console, but I can't start the editor.

    What should I do to get the Map Editor Viewer running?

    Thank you very much for the help.

    Gabi

    Hi Gabi,.

    new versions of java introduced the security restrictions for applets.

    You can try adding the following URL in the exclusion of the Java control panel security settings list:

    http:// : port#/mapviewer/faces/admin/admin_editor.jsp

    Best regards.

    João

  • How to activate the connection with sqlplus / as sysdba?

    Hello

    I downloaded the virtual appliance of the developer day since that's Developer Day - hands-on data application development

    Connection with sqlplus sys/oracle as a sysdba work

    But for our scripts, I need to connect to sqlplus / as sysdba (os user's oracle).

    If I try to open a session with / as sysdba I get this:

    [oracle@localhost ~]$ sqlplus / as sysdba
    
    SQL*Plus: Release 12.1.0.2.0 Production on Tue Nov 3 02:13:34 2015
    
    Copyright (c) 1982, 2014, Oracle.  All rights reserved.
    
    ERROR:
    ORA-01017: invalid username/password; logon denied
    
    
    Enter user-name: 
    

    How can I activate the oracle user to login with / as sysdba?

    Thank you

    Al

    It seems that I found the solution:

    http://www.stojanveselinovski.com/blog/2014/07/07/Oracle-12C-developer-days-VM/

    Very funny this TWO_TASK / ORACLE_SID. :-)

    CurrentY I can connect to sqlplus / as sysdba - I'm going to restore the virtual machine and try again if this is really the solution. :-)

Maybe you are looking for

  • How to scan a documennt on my Canon photocopier & send as an attachment?

    I can't find a way to implement an option to scan a document & wait when I was finally able to scan, I can't find a way to attach it to an e-mail. Need to get started

  • do the specs on intel processors mean in practice

    I plan a new mac and want to know what specifications for processors intel mean in practice

  • MacBook Pro maintenance and health issues: 3

    Hi, I'm newish small to use a mac and I wonder what are the things to keep my mac in great shape then some updates? I am askin cuz Googling gives me dated answers. also to wonder about a scanner of virus as well. This is my work computer and I need i

  • TouchSmart 600-1040nl

    I have this Touchsmart 600-1040. He got very dusty over time. I have many would like to do is open the case to own fans and carefully the cooling fins. So, how can I open the case? Thank you. Wim Kreuger

  • check the string number

    Hello In my application, TestStand receives a response from a DLL I give the floor. This DLL can return either a numeric value (casting in a string), as "120" or some sunk in a text string, as a "MISTAKE." I would like to make the test step fails, if