Can i use traditional SqlPlus development environment  in Oracle11GR1 ?

Hi,
i have downloaded Oracle 11GR1, but i want to write sql codes in the tradition SqlPlus environment that was in Oracle 9i or 8i (that was having white color background) .So how to get that SqlPlus development environment here ?With the current download and installation SqlDeveloper has been installed and command prompt sqlplus has been provided. But i want to use that white screen sqlplus environment .Please guide how to get that one .
Thanks.

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 uncheckedI like to include my userid and password in the Target setting, but this can be a security risk so use with caution.
And some of these settings will depend on your monitor size, your eyesight, etc. so adjust to taste.
Next, edit your glogin.sql file (it's 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 it includes the time portion.
This is also where you will put the COL command to modify the column you mentioned.
Something like: COL some_column FOR 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 handy for certain data dictionary queries (like v$session_longops).
Next, create a directory somewhere to hold all your SQL Plus helper scripts. Like c:\oraclescripts.
Create a permanent environment variable called SQLPATH which points to this directory.
Whenever you run a script from the SQL Plus prompt it will search this directory so you don't have to qualify it every time.
Now double click the icon and try it out.

Similar Messages

  • Can I use Java Card Development Kit 2.2.1 on Windows XP?

    Can I use Java Card Development Kit 2.2.1 on Windows XP?
    If no, which kit supports XP?

    It is not as strait forward as per say.
    I would like to share some tips that I have learnt duirng my recent experience with Java Card Development Kit 2.1.2 ( It presumed that JAVA SDK and JCDK is properly installed:
    Additonal installation
    - you need to download Java Communicatons API version 2.o for Windows at http://java.sun.com/products/javacomm/downloads/index.html
    - unzip the downloaded file javacom20-win20.zip
    - copy comm.jar and javax.com.properties to %JAVA_HOME%\lib
    - copy win32com.dll to %JAVA_HOME%\bin
    Configuration of Environment
    - Activate System under Control Panel
    - Click Environment Variable button under Advance Tab.
    - Check that JAVA_HOME and JC21_HOME are there under User Variables for user123
    - Create a new enviroment by clicking New button under User Variables and Enter "CLASSPATH" for Variable Name and ".;c:\j2sdk1.4.1_04\lib\comm.jar for Variable Value ( the ".;" is important for the entry and varies according to your JAVA_HOME)
    Modifying %JC21_HOME%\samples\build_samples.bat
    - Next you need to modify the compiler option in build_samples.bat
    - Use editor to look for the portion "Compile Sample" and add "- target 1.1" to every statements here. A sample is listed below:
    %JAVA_HOME%\bin\javac -target 1.1 %JCFLAGS% src\com\sun\javacard\samples\HelloWorld\*.java
    You may proceed to test the demo codes as instrucrted in the User Guide.
    I hope the above will help those who are keen to have a head start in Java Card Developemnet.

  • Does anyone know whether iTunesU can be used in a secure environment for corporate training? Looking at previous posts it does not seem like it?

    Does anyone know whether iTunesU can be used in a secure environment for corporate training? Looking at previous posts it does not seem like it?

    Sorry, but iTunes U is only available to K-12 public school districts, private schools and two- and four-year accredited, degree-granting, public or private colleges and universities. It's not available for corporations.
    Regards.

  • Can I use Oracle SQL Developer to "Move" data?

    Hello,
    I'm new to Oracle and I'm trying to use Oracle SQL Developer to export data from one table (on server A) to another table (on sever B). I'm able to create a .ldr file but I don't know how to use the .ldr file in Oracle SQL Developer? I would appreciate any help you can provide.
    Thanks!

    Hi,
    The name of tables are different ?
    If I understood then try this below:
    e.g:
    C:\> exp user/password@connectionA file=maytable.dmp tables=SAFETYADMIN_TBL_0022_43
    C:\> imp user/password@connectionB file=mytable.dmp full=y
    After this import, then you can:
    [pre]
    C:\>sqlplus user/password@connectionB
    SQL> insert into SAFETYUSER_TBL_0022_44
         select * from SAFETYADMIN_TBL_0022_43;
    SQL> drop table SAFETYADMIN_TBL_0022_43;Feedback if this is not that you want.
    Cheers

  • Can't use traditional ni-daqmx on LabView 8.2

    Hej,
    We have a bunch of quite established VI's using in our laboratory and updated recently our old MACs with Labview 3 or 5 or 6 to new Imacs with  NI-USB 6009 acquisition boards running on Win XP on MAC (the USB cards had problems on MAC Os 10.4). The problem we have is, we want to use the old VI's
    on the new iMacs with the new cards. Unfortunately I can't see any traditional
    NI-DAQ VI's on the new LabView 8.2, which makes it impossible to use the old
    VIs. We will rewrite them within the next month using the tutorial: "transition from traditional ni-daq to ni-daqmx", however for the time being we want to use just the old VI's using traditional Ni-daq (ai read, config, start, ...)
    If I open Measurement & Automation I see under Software-Traditional NI-DAQ, that 7.4.2f3 is already installed. Is there
    anything else we can do to not have to rewrite all over archives? Thanks in advance.
    Ramis

    ferramis wrote:
    Hej,
    We have a bunch of quite established VI's using in our laboratory and updated recently our old MACs with Labview 3 or 5 or 6 to new Imacs with  NI-USB 6009 acquisition boards running on Win XP on MAC (the USB cards had problems on MAC Os 10.4). The problem we have is, we want to use the old VI's
    on the new iMacs with the new cards. Unfortunately I can't see any traditional
    NI-DAQ VI's on the new LabView 8.2, which makes it impossible to use the old
    VIs. We will rewrite them within the next month using the tutorial: "transition from traditional ni-daq to ni-daqmx", however for the time being we want to use just the old VI's using traditional Ni-daq (ai read, config, start, ...)
    If I open Measurement & Automation I see under Software-Traditional NI-DAQ, that 7.4.2f3 is already installed. Is there
    anything else we can do to not have to rewrite all over archives? Thanks in advance.
    Ramis
    I think there has never been traditional DAQ for Mac OS X. And it took quite some time to get DAQmx on there. So It would appear that you are out of luck if you do not want to go back to the old machines until the transition has been finished.
    On a second read I see that you use WinXP on those Macs. Welllll .... have you made sure that DAQmx works there without glitch? DAQmx for Windows really was developed for Windows on PC sytems and I wouldn't be surprised if there would be just the few small differences between how everybody builds PCs and how Apple believes they have to be done, that could make some of the low level DAQmx device drivers trip over. 
    Rolf Kalbermatter
    Message Edited by rolfk on 01-26-2007 02:48 PM
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Can i use oaf to develop a new software( with oracle database)

    anybody can help?

    Hi,
    OAF works only with apps so if you are planning something for Oracle Apps you can use OAF, if you are planning to develop new software that is not related with apps then go with ADF, OAF will not work.
    Regards,
    Reetesh Sharma

  • Can I use Oracle 11g Developer tools with 10G and XE

    Hi, I want to use Oracle 11g ODAC 11.1.0.6.21 with Oracle Developer Tools for Visual Studio with 10g and Xe . Will there be any issues. I want to do so because I am not able to see Oracle Database project in Visual Studio when I install Oracle 10 g developer tools wherein I see that in Oracle 11g developer tools. Please suggest.

    No there are no issues. Just be sure to install ODT in a separate location than where XE is installed.

  • Can I use MBA to develope IOS and Safari Application?

    Hi,
    I am planning to buy myself the very first mac.
    Planning to develope the apps on iOS Device.
    Can MBA 11 inch or 13 inch do the job ?
    Thank.
    If not I will wait for the new Macbook Pro which Don't know went will be updated.

    Yes it definitely can. Once you register as a developer you can download Xcode and the iOS SDK from the developer site. A MBP will compile code faster but the MBA can do it easily. The 13" would be a better choice since it's faster and has a larger screen.

  • Can i use my itunes developer account to publish my clients apps?

    As a developer, can I publish my client(s) app(s) under my itunes connect account?
    I'm look for a solution that us easy for my clients to get apps in to the app store.
    Or does each client have to have their own account?
    Thank you,

    Anything you publish  in your account effectively belongs to you.. As far as Apple and the world are concerned they are yours. You will receive payment and you will be the contact for the apps. The amount  paid will show up as income for you and you will be liable for taxes.
    If you want to take on this responsibility and your clients want to cede that much control then go ahead. If it was me however (in either role) I would not.

  • Safari cannot support Java 7., how can I use Java 6 developed by Apple?

    I was told to go the Terminal page and to key in the scipts provided by Apple but still could not get rid of Java 7 and restore to Apple's Java 6.
    The plug in is now blocked.
    http://support.apple.com/kb/HT5559?viewlocale=en_US

    Who says you can't have Java on a Mac. Just make sure you have the latest version, downloaded from http://java.com/en/download/index.jsp or thru the Java Control Panel if you had installed the previous Oracle-released version.
    Here's my Safari window (also works in the other browsers):

  • Can i use C#  to develop TimesTen's application?

    C# is like java lang, is there any project to support this lang?
    is there any ideas to do something in .net platform?

    TimesTen supports the ODBC (C) and JDBC (Java) interfaces, it does not support C#. However, the support for .NET is on the roadmap.

  • Business one development environment bug

    I am using business one development environment version 1.3 with visual studio 2005 and have also been using version 1.1 with visual studio 2003. After using the wizard to help you include the necessary files of your add on project and you have clicked finished it creates for you .ard and .exe files. The thing is when you try edit the project later and build it or run it the add on does not execute, i explored and found out that the .exe file is re-created but the .ard is not when you build therefore rendering both useless.
    Anyone who has encountered this before? What help is there, since i cannot customize my add on installer forms?

    Hi Duncan,
    The B1DE does not recreate the ard file for you once the installer project has been created. However, it does create a batch file that you can use to easily recreate the ard file after each recompile of your installer project. You should find a subfolder called AddOnRegDataGenFile in the folder where you've created your installer project. Within this folder there is a batch file called AddOnRegDataGen.bat. All you have to do is double-click this file after you've recompiled your installer and it will recreate the ard file for you. This batch file and the accompanying xml file store the properties for your addon that are used in the ard file (eg installation time, version number etc) so you can edit these files if you want to change any properties prior to recreating your ard file.
    Kind Regards,
    Owen

  • How can I use the CFDAQ6004.dll in a embedded c++-application?

    Hi,
    I´m working on a reaserch project and I´m trying to write a embedded c++-aplication which reads from values the Compactflash Card CFDAQ6004 of NI. Can I use the cfdaq6004.dll to read from? If yes, how to?
    I hope anyone has a solution for me
    Best regards, Homi!

    Hi there,
    I know this post is very old but i guess many guys visit it when reading the topic or by googling about CFDAQ6004 driver. Unfortunately CFDAQ6004.dll is very low level driver that support several functions dealing directly with CF6004 card such as ATTset and ATTget... etc. as one can view in any PE explorer for Windows CE. After a month of testing and analysis, i have successfully write a dll based on CFDAQ6004.dll to open, configure, read, write analog/digital data from/to CF6004 card. The new library was given a name CF6004LIB.dll the following is comparison between my dll and daqmxbase driver:
            New Dll                                                                                     DAQmxbase driver
    1. Can be used inside any programming environment                        Can only be used inside Labview
        inc. eVC++ , VC++ .net, VC# .net, VB .net
    2. Support fully dynamic task configuration                                       Only static configration possible (dynamic task can be done with modified VIs)
    3. Remove a lot of overhead by accessing CF6004 directly                Puts a lot of overhead passing through GUI, objects, controls, ...etc.
    4. Support full error detection                                                           Some errors can not be catched
    5. Full sampling rate can be achieved 200 kS/sec                               system dependent (max. 130 kS/sec in hp ipaq 211 PDA)
    6. Support contiuous/limited sampling                                               continuous sampling is possible but at reduced rate`
    7. small in size < 10 kB                                                                    Minimum program size 600 kB
    Also, I have written some modified VIs for CF6004 including reduced (specifically used for CF6004 card ) VIs and dynamic task configrable VIs.
    Bye
    Jaf

  • Optimizing an SQL Query using Oracle SQL Developer

    Hi ,
    Currently i am using Oracle SQL Developer as my Database IDE .
    Is it possible to use Orqcles SQLDeveloper for the purpose of Optimizing an SQL Query ??
    For example assume i am having a query as :
    Select from Tranac_Master where CUST_STATAUS='Y' and JCC_REPORT='N'*
    Could anybody please tell me how can i use Oracle SQL Developer to optimize this query or any other SQL queries ??
    Please share your ideas , thanks in advance .

    1. Your query looks very simplistic as it is, so I fail to see how you can better optimise it (unless 'Tranac_Master' is a view, in which case I'd need to see the view details).
    2. No tool can automagically optimise your SQL to any degree of practical use. Very minor adjustments may be possible automatically, but really it is a question of you knowing your data & database design accurately, and then you applying your expert knowledge to tune it.

  • Can I use NI TestStand for testing ZigBee and Bluetooth transceivers and processors

    Hi , I should create , maintain snd excute  software test plans for testing low power wireless networks such as ZigBee, Bluetooth  using Python scripts and QA Methodology .The test design includes testing 
     RF transceivers, RF transmitters, RF receivers, System-on-Chips, Front Ends, ZigBee Processors, Bluetooth LE Processors, and RFID reader
    I am a LabVIEW Developer and familiar with testing RF Components using NI Hardware such as PXIe system but I am new to TestStand and Python. Can I use Teststand to develop and deploy the tests for this purpose and also LabVIEW instead of Python
    If it is possible could you please let me know that are the advantage and disadvantage of using LabVIEW and NI Test Stand for these kind of test design and implementation.
    I greatly appercaite your help and advice on this matter .Many thanks.

    Hi en99,
    I am unsure what you mean by usign LabVIEW instead of Python - what part of the system would LabVIEW replace? Usually if you were using Python in automated test, it would be to handle the test processing, which in this case is done by TestStand.
    As for advantages of TestStand over LabVIEW, the main one which SunRS mentioned is that TestStand has a test management engine, which covers result logging and passing test parameters to the various test modules, which can be written in many languages. As I mentioned above, it is Python which is commonly used to write alternative test managament engines. It is possible to write one in LabVIEW, but for good results it must be carefully architected and is typically a very time-consuming task if you want to keep it modular and use it for other applications. TestStand also has a number of built in tools which help to monitor various aspects of the test sequences, as well as provide multithreading optimisations.
    I hope this helps 

Maybe you are looking for

  • Possibilidade de evitar a continuação NFe ser publicado sob contingência

    Olá a todos,   Só queria ver se alguém deparei com esse problema antes. O cenário é assim: - nós criamos uma NFE, esperando a resposta da SEFAZ, sem resposta, mudamos para contingência, cancelamento de pedido feito passo, cancelar o documento de orig

  • Help team! I need to find a way to copy the information on a website database to an Excel spreadsheet. It's probably really simple for some of you!

    Hey there! So without getting into too much detail, here's my problem: I have to take every approved entry from this website: http://eapr.fairtrading.nsw.gov.au/CertDetails.aspx Then paste it into an Excel spreadsheet. I need only 'Declared Articles'

  • EEWB error message BADI implementation

    Hi, I am getting the following error message when I run the wizard in EEWB to create new fields: Task CRM_BTX_ADD_NEW_FIELDS creating of BADI Implementation "ZCRM_RF_0701" failed I am trying to add new fields in Activities. This system is a copy of p

  • Re: Pls Help........

    Hi, I have a jpeg movie file 60 mins long and a text file tell me five time-lines for breaking the movie. For example, break the movie at 10:21, 16:05� The final output should be five small jpeg movie files. Each file contains a 90 sec (30 sec before

  • Reg: Reporting Tool

    Hi all,    I would like to know the Reporting Tools available for SAP BW..?    I know one reporting tool named 'CubeServ Documentation Tool'. I would like to know what are all the available reporting tools for SAP BW.