Can I use SqlPlus in Oracle11GR1 traditional development environment?

Hello
I downloaded Oracle 11 GR 1 material, but I want to write the sql code in the SqlPlus tradition environment which was in Oracle 9i or 8i (who had a history of white color). So how to get this here SqlPlus development environment? The current download and installation SqlDeveloper was installed and sqlplus command prompt has been provided. But I want to use this environment to sqlplus white screen. Please guide how to get that one.

Thank you.

First create a shortcut icon on your desktop to sqlplus.exe (in your oracle_home/bin directory).

Then right-click on the icon and select Properties. Change these settings:

Tab: General
   Put the instance name in the text box

Tab: Shortcut
   Target: (your oracle_home)\bin\sqlplus.exe userid/password@databasename  --< use with caution
   Start in: (your oracle_home)\bin
   Run: Normal Window
   Change icon to whatever you want

Tab: Options
   Cursor size: Small
   Command History, Buffer size: 50
                  , Number of buffers: 4
   Display options: Window
   Edit Options: check QuickEdit mode
                 check Insert mode

Tab: Font
   Size: 8x12
   Font: Raster Fonts

Tab: Layout
   (Screen Buffer Size is the 'virtual' size of the screen
    Window Size is what you see on the screen
    having a buffer size of 2000 allows sql plus to display
    very wide rows when sql plus LINESIZE is also 2000)
   Screen buffer size: Width: 2000
                       Height: 2000
   Window size: Width: 125
                Height: 55

   check Let system position window

Tab: Colors
   I like aqua on black, but whatever

Tab: Compatibility
   Leave all these unchecked

I like to include my user name and password in the determination of objectives, but this can be a security risk, so use with caution.

And some of these parameters depend on the size of your monitor, your Visual acuity, etc so adjust to taste.

Then, edit your glogin.sql file (it is in oracle_home/sqlplus/admin) and add these lines:

SET serveroutput on
SET linesize 2000
SET pagesize 50000
SET trimspool on
SET long 50000
SET tab off
ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MON-YYYY HH24:MI:SS';

You can use any format you like for the date format, but make sure that it includes the portion of time.

This is also where you put the PASS command to change the column you mentioned.
Something like: COL some_column to 999999

I also have this query in my glogin.sql:

SELECT d.name, s.sid,s.serial#, p.spid
FROM   v$process p
      ,v$session s
      ,v$database d
WHERE  p.addr = s.paddr
AND    s.audsid = userenv('SESSIONID');

This info can be useful for some data dictionary queries (such as v$ session_longops).

Then create a directory somewhere to organize all your scripts SQL more than of assistance. As c:\oraclescripts.

Create a permanent environment variable called SQLPATH pointing to this directory.

Every time that you run a script from the sqlplus prompt, it will search this directory if you do not have to call every time.

Now, double-click the icon and try it.

Tags: Database

Similar Questions

  • Can I use Windows Xp and Windows Developer Preview to even?

    Can I use Windows Xp and Windows Developer Preview at the same time without using a virtual machine?

    You can dual boot XP and Windows 8 Developer Preview.

    How to Dual Boot Windows XP and Windows 8:
    http://www.intowindows.com/how-to-dual-boot-Windows-8-and-XP/

    For the operating system Windows 8 Developer Preview General questions:
    http://social.msdn.Microsoft.com/forums/en-us/windowsdeveloperpreviewgeneral/threads

    Windows 8 Developer Preview
    From the download page:
    The Developer Preview of Windows is a pre-beta version of Windows 8 for developers. These downloads include beta software that may change without notice. The software is provided as is, and bear you the risk of using it. It may not be stable, work properly or work the way that the final version of the software will be. It should not be used in a production environment.

  • Code signing keys can be used on more than a developer (different PC)?

    Hello

    I applied for a set of code a long time ago signing keys.

    I installed them on the JDE on my computer... and I was able to migrate them to my new computer always on the JDE, then on the eJDE thereafter.  I had a few problems of migration of these keys, but everything is working well now, I am able to sign my application.

    Now, I have a colleague who wants to develop an application using Widgets and there need code signing keys as well.  Can I just send my key itself?  Or he must apply to his own set of keys?

    In other words, the code signing keys used to identify a company or developer?

    Thank you!

    Each developer must have their own set of BlackBerry Code signing keys.  Sharing the key is against the license agreement.

  • Can we use j2me Polish in the development of Blackberry?

    Is it possible to use the j2me Polish in the blackberry UiAplication?

    If so please tell me the way.

    You cannot mix j2me and blackberry ui classes.
    You can use j2mepolish, but not with the rim user interface classes.

  • To create the local development environment

    Hello

    I need to create the local development environment

    There are two options:

    1 gateway pl/sql embedded
    2 oracle xml db http server

    * 1. how to know the configuration that I use to create the local development environment? *

    After installation:

    * 2. how to configure? *


    http://hostname/ReportServer: port/apex/apex_admin... for embedded

    or

    http://hostname:port/pls/Apex/apex_admin...for oracle xml db



    from the tutorial, I just couldn't understand.

    for example, apex is defined in the configuration file? ... How to find?


    I'm stuck.

    Hello

    You have database XE, so you have before installation EPG. You don't need to worry about installation of DAD.
    Check the links I posted.

    The only thing you need to do is to allow remote clients, if your database is not in the same machine where you try to access it.

    If you go to Apex of the same machine where is database, point just your browser to http://localhost: 8080/apex

    BR, Jari

  • How can I use statistics for all the tables in a schema in SQL Developer? and how long will it take on average?

    Hello

    How can I use statistics for all the tables in a schema in SQL Developer? and how long will it take on average?

    Thank you

    Jay.

    Select the connection and right-click on it and select schema statistics collection

  • I have version 4. I can't use develop mode. How can I fix?

    I have version 4. I can't use develop mode. How can I fix?

    Thanks for the reply. I solved the problem by uninstalling the CC version and install the latest update of version 4.

    Sent from my iPhone

  • Cold Fusion Developer Edition can be used to develop the product and deliver to the customer

    Cold Fusion Developer Edition can be used to develop the product and deliver to the customer

    The limit of two IP resists don't not to, the EULA for ColdFusion legally using Developer Edition keeps you in any production environment.  Use it for development is very good, however.

    -Carl V.

  • ODI can be used in conditions of licence OTN to &gt; &gt; develop &lt; &lt; packages?

    Hello
    I downloaded Oracle Data Integrator licensed OTN to enrich the knowledge about it. I would like to know if you use ODI to develop packages on the customer site without running (or a small part of the data for test purposes) or installation on client servers (but on my laptop) can be included in the OTN license: it can shows the value of the ODI and can bring the client to obtain the license for the production.

    Someone has an answer to this?


    Thank you
    Fabio Alfonso

    In general, this is how Oracle works. They provide a full version of their tools to play with in the development environment.

    But before deploying them into production, you should be licensed for them.

  • Help me!!! I can't use the develop on my cc (2015) of Lightroom

    I can't use this feature.

    cats.jpgqq.jpg

    Try turning off the GPU.

    Edit > Preferences > Performance, uncheck CPU graph use.

  • Can we use normal pencil with iPad?

    LLE pencil designed for iPad Pro. But can we use with normal iPad?

    N °

    Pencil of Apple works with the two new Pro iPad models.

    This is due to new display technologies developed for these new models of iPad.

    Older IPads do not have the necessary screen for the pencil of Apple technology work.

    I'm sorry.

  • How long can I use Xcode debugging iphone iPad app?

    I'm developing an application based on reading excel sheet. I want to do app test cases every day, I'm uploading excel sheet to Amazon to see my data in the iphone. So I use Xcode to debug in the iphone 7 5. So I want to use this app for two months. I have not downloaded in the App store. So how long can I use this app in my iphone? Please give me some suggestions. Thanks in advance.

    If you have installed the app from Xcode, you can use it forever.

  • What source address should the NI9862 module CAN be used to send messages j1939?

    I am developing an application that will write and read on vehicle ECU road. I CAN NI9862 module and drivers XNET. I can read an ECU data. I can write a CAN bus frames but the ECU under test does not appear to read the message. I don't get any acknowledgement of bit type and the SHIELD in question (a dashboard) does not change its messages in anyway, nor change the gauges or witnesses.

    Complicating this is the fact that the ecu is 'Brand X' and it is PGNs belong to someone. I tried to send the message of inquiry PGN (PGN59904) but get no response from the ECU. I use the 255 (global) as my source address.

    Is there a source given for the NI9862 in J1939 address?

    Thank you

    There is no specific source for the NI9862 address. It can be used to simulate one of the 256 available addresses. If you try to simulate a test off-board tool, usually has an address of 0xFA.

    I'm afraid that if you do not know the PGNs he expects or addresses that it expects to see, you will have great difficulty to operate.

    Good luck

    Bob Young

  • can I use visual studio on iPad?

    can I use iPad as my PC... .i mean what can I use MS visual studio on iPad? ... I don't know anything about the iPad, but it's easy to use too... maybe I can not choose the right forum!

    Hey Developer_08,

    Please join the MSDN Community development experts (Microsoft Developers Network) for questions about Visual Studio. The link below will take you to their forum installation and configuration:
    Installation and configuration MSDN - Visual Studio.

  • How can I use a different search for FlexRIO i/o modules path?

    I want to use an i/o module that is outside the tree of LabVIEW, but it seems that LabVIEW only searches the shared/flexrio/IO modules, and I can't understand how to create symbolic links in windows.

    Is there a variable I can put it somewhere to include other directories to search for modules e/s?

    Olof

    Hello, Olaf,

    There are two locations on your computer in Windows that are searched for files of supported FlexRIO adapt module.  The first is the Program Files directory, you indicated in your message. This directory contains the support files for the NOR made adaptation modules.  However, there is another directory, which can be used for the location of all the modules not - NEITHER adapter manufactured.  For Windows XP, this location is: C:\Documents and Settings\All Users\Documents\National Instruments\FlexRIO\IO Modules.  If you try to install support for a manufactured non - adaptation module, please make sure that you have installed all the files in the module adapter support on this issue.

    If you would like more information regarding a custom adapter module development, please send an email to support to the addresses listed in your Module Development Kit manual.  This e-mail address will give you direct access to the NI FlexRIO R & D team for management as shown here.  If you want to discuss adding the ability to search other directories for adapter module support (except the two mentioned above), please send an email to the email address of support MDK.

Maybe you are looking for