Can I install SQL Plus in a client PC?

Dear buddies,
I am working on a PC which accesses the database using PL/SQL Developer and command line SQLPLUS (instant client). I would like to download SQL PLUS as well. Is there a way? I have seen some PCs in such a way but not sure on how to do it.
Could anyone guide me.
Thanks in advance.
Seeking your support.
Alagu

Based on "white" color background, think you might be looking for SQL*Plus for Windows (sqlplusw.exe).
This can be found in the Oracle database download page, but if your just interested in the SQL*Plus for Windows download the client zip file.
Assuming your looking for version 11g for Windows (32bit), link to [http://www.oracle.com/technology/software/products/database/oracle11g/111060_win32soft.html|http://www.oracle.com/technology/software/products/database/oracle11g/111060_win32soft.html].
Down load the client file "win32_11gR1_client.zip (510,809,607 bytes)". Must accept the OTN License aggreement.
Run the installation.
SQL*Plus for Windows I think comes with Oracle Express Edition also, as another option.

Similar Messages

  • How to install SQL*Plus help facilities and demos.

    Hi, everyone
    It appears error message say "failure to login" during SQL*Plus
    part of the Oracle8 full installation. I knew that system want
    to install SQL*Plus help and demos through logining one of
    dba account(maybe system user account). However, due to
    password's reason, can not log in SQL*Plus, so installer can't
    execute named pupbld.sql script, result in SQL*Plus help and
    demos can not be installed.
    Now, I am intend to install these stuff lonely.
    Could anyone help me? thank a lot.
    William
    null

    Hi,
    The pupbld.sql isn't the correct script to create the help
    facility, it just creates product and user profile tables.
    The help script is at $ORACLE_HOME/sqlplus/admin/help (run as
    system)
    cd $ORACLE_HOME/sqlplus/admin/help
    sqlplus system/<password> @helptbl
    sqlldr system/<password> control=plushelp.ctl
    sqlldr system/<password> control=plshelp.ctl
    sqlldr system/<password> control=sqlhelp.ctl
    sqlplus system/<password> @helpindx
    I think it is necessary to run the pupbld.sql script, without
    this script everyone who logins in oracle with sqlplus will see
    an error message, but... Run the script again:
    $ORACLE_HOME/sqlplus/admin/pupbld.sql
    Best regards,
    Ari
    William (guest) wrote:
    : Hi, everyone
    : It appears error message say "failure to login" during SQL*Plus
    : part of the Oracle8 full installation. I knew that system want
    : to install SQL*Plus help and demos through logining one of
    : dba account(maybe system user account). However, due to
    : password's reason, can not log in SQL*Plus, so installer can't
    : execute named pupbld.sql script, result in SQL*Plus help and
    : demos can not be installed.
    : Now, I am intend to install these stuff lonely.
    : Could anyone help me? thank a lot.
    : William
    null

  • Can I use SQL *Plus 11.1.0.7.0 to connect Oracle Express 10g

    Hi guys:
    I download "Oracle 11g ODAC *11.1.0.7.20* with Oracle Developer Tools for Visual Studio", trying to use SQL *plus to see if configuration is alright.
    But after entering account/pwd, I got a error:
    ORA-12560: TNS:protocol adapter error
    What is wrong with my environment?
    Thanks,
    Ricky

    user12086319 wrote:
    Hi EdStevens,
    Following the instructions in previous post, I can connect with SQL plus (the database is on the same box* as your sqlplus client); I just enter sqlplus in windows console.
    In addition, i am still curious about how SQL plus connect to a remote* box. Could you shed more light on that?SQLPlus connects to a remote db the same way any other app does. After all, sqlplus is just another client app.
    It's all in the connect string. So say, at a command prompt you enter
    $> sqlplus scott/tiger@mydbso in the above example, 'scott' is the user, 'tiger' is the password, and 'mydb' is the tns service name. Of course, the OS passes all that to sqlplus as a command line parameter. Internally, sqlplus makes a call to the tns layer and passes it the connect information it has. TNS will take a look at the tnsnames.ora file and find an entry for 'mydb', and from there it will get the name or ip address of the host server, a port number, and a service name. That information will be passed on down the network stack for routing. (If a name was provided instead of an ip address, the OS network stack will use whatever means are at its disposal - a hosts file, a dns lookup, or whatever, to get an ip address). The request will arrive at the specified host and placed on the specified port. If everything was configured correctly, there will be an oracle listener process monitoring that port. It will pick up the request and see if it recognizes the service name. If it does, it will spawn a user server process on a different port to complete the connection, then get out of the way and continue listening for more requests.
    This is how it happens most of the time. There are a lot of other variants, but that's the gist of it.
    More information can be found in the fine documentation at tahiti.oracle.com.

  • Can not start SQL Plus

    Hi friends
    I have installed oracle 9i on windows XP successfully.
    I can't start SQL plus, i am typing scott as username and tiger as password then it gives me TNS protocol error.
    Please help me, how shall I fix this problem.
    Thanks
    Harish

    the service might not exist yet in the services panel. you'll have to execute the following command from the server where Oracle is installed:
    c:\> lsnrctl start
    You should receive a series of messages about the listener starting. Then re-check the services as described above and you should see it there.

  • Can we Install SQL Server Express with Advanced Services x 64 bit for our testing purpose without procuring any license? Also can we use it for commercial use if we are neglect risk sof using it on Production?

    Can we Install SQL Server Express with Advanced Services x 64 bit for our testing purpose without procuring any license? Also can we use it for commercial/Production
    use if we are agree to take risk of using it on Production?

    Hi,
    Yes you can, but you should be aware of the limitations of MS SQL Express version.
    1. 1GB RAM
    2. 10 GB database size per database excluding log file (SQL 2008 R2 and above)
    3.Job Scheduling service is not available with SQL Server Express.
    4.Data import and export feature is not available with SQL Server Express.
    5.Limitation on number of CPU
    Refer following article for features supported by different editions of MS SQL Server.
    Features Supported by the Editions of SQL Server 2012
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    Praveen Dsa | MCITP - Database Administrator 2008 |
    My Blog | My Page

  • SQL*PLUS 32 Bit Client needed for Windows 64 Bit

    Hi,
    I have got a 64 Bit Windows OS and an Oracle 11.
    With 32 Bit Applications ( Crystal Reports) I can not run SQL NET Thick, SQL NET Thin and JDBC.
    Oracle 32 Bit Installation is Missing.
    Oracles "Instant Client Downloads for Microsoft Windows (32-bit)" will not do it.
    http://www.oracle.com/technetwork/topics/winsoft-085727.html
    What else to use ?
    Thank You
    Martin Sautter

    Martin.Sautter wrote:
    Hi,
    i used:
    instantclient-basic-nt-11.2.0.2.0.zip (32BitClient)
    instantclient-sqlplus-nt-11.2.0.2.0.zip.
    I did not find an "old", "classic" SQL*PLUs client.What does that mean exactly, classic client?
    Did you unzip the ic sqlplus .zip (the one listed) in the same dir as ic basic?
    After dezipping waht than ?
    No installer, nothing ...That's the beauty of Instant Client, just unzip or move a few files, set PATH if needed, and you have client libraries all "installed" and ready.
    >
    You can give advice ?Generally, required lib files are (n Windows) oci.dll, oraociicusN.dll or oraocieiN.dll (N= e.g. 11). Then for Sql*plus add orasqlplusicN.dll and the .exe from ic-sqlplus package.
    C:\Users\Test\Ora-IClite>dir
    Volume in drive C is OS
    Volume Serial Number is 6E8F-186A
    Directory of C:\Users\Test\Ora-IClite
    2011-12-16  09:30    <DIR>          .
    2011-12-16  09:30    <DIR>          ..
    2011-08-31  11:39                38 ldap.ora
    2011-07-30  12:21           683 008 oci.dll
    2011-07-30  12:21        44 153 856 oraociicus11.dll
    2011-07-30  12:21         1 501 696 Orasqlplusic11.dll
    2011-07-30  12:21           869 376 sqlplus.exe
    C:\Users\Test\Ora-IClite>.\sqlplus user@'localhost/xe'
    SQL*Plus: Release 11.2.0.2.0 Production on Fri Dec 16 09:34:13 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Enter password:Edited by: orafad on Dec 16, 2011 9:35 AM

  • Can't Install SQL Server 2012 in Windows 8.1 Pro

    I have Visual Studio 2010 Ultimate installed on my unit.
    I tried installing SQL Server 2012 and it failed because I don't have the SP1 for VS2010.
    I installed SP1 successfully, but now I can't install the SQL Server 2012.
    Error says: Managed SQL Server 2012 has stopped
    I have scanned many forums but cannot find the answer.
    I have .Net frameworks 3.5 and 4.0 installed in my laptop, still, no progress.
    Please help me with this. Thanks a lot.

    Check below thread seems to be similar issue
    You need to enable .NET Framework 3.5 using Control Panel
    Control Panel -> Programs and Features -> Turn on or off features.
    Install or enable PowerShell 2.0 also.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/1fe44750-0d6b-46ff-929a-15e616e33546/problem-installing-sql-server-2012-sp1-managed-sql-server-installer-has-stopped-working
    Please click the Mark as answer button and vote as helpful if this reply solves your problem

  • 11g: can connet using SQL*PLUS, not with TOAD

    Hi
    I run into a problem with TOAD. I can't connect with my 11g database using TOAD. I don't get any messages it just gives me a little waiticon for a split second and then nothing happens. I can however connect to my 10g database using TOAD. Using SQL*Plus I can connect to both.
    I use TOAD 8.6. Do I need a newer version maybe??...

    I can connect like:
    hr/pw@xe
    or
    hr/pw@O11R1
    or directly, no problem. I can connect from SQLplus to both databases any way I want

  • Can I make SQL*Plus output more readable like this ?

    Version : 11.2
    Can I make sql results more readbale like below using SqlPlus ? ie. enclosing result columns neatly in a table like structure.
    +------------+------------+
    | department | Avg Salary |
    +------------+------------+
    | Finance    | 63863.2479 |
    | Hardware   | 66308.3700 |
    | HR         | 66402.6549 |
    | QA         | 66012.7119 |
    | Software   | 61928.2700 |
    | Switch     | 66413.2231 |
    +------------+------------+I think this is from MySQL or Postgress (the below doesn't anything about that)
    http://guylichtman.com/db-spring06/hw1_solution_sql.txt
    If not possible using SQL*Plus , can this be done using some other tools like PL/SQL developer (which we have) ?
    Not a business case . I just want to send some SQL training stuff to my friend.
    Moreover , during posting in OTN, it would be better to post some sample data , so that volunteer gurus can quickly understand what they are looking at.

    Hi,
    GarryB wrote:
    Version : 11.2
    Can I make sql results more readbale like below using SqlPlus ? ie. enclosing result columns neatly in a table like structure.The default output is in a table-like structure, with rows and columns, and with the columns aligned. It looks like you want extra lines around those rows and columns.
    +------------+------------+
    | department | Avg Salary |
    +------------+------------+
    | Finance    | 63863.2479 |
    | Hardware   | 66308.3700 |
    | HR         | 66402.6549 |
    | QA         | 66012.7119 |
    | Software   | 61928.2700 |
    | Switch     | 66413.2231 |
    +------------+------------+COLSEP is an easy way to get some of what you want:
    SQL> SET  COLSEP  "  |  "
    SQL> SELECT * FROM scott.dept;
        DEPTNO  |  DNAME           |  LOC
    ----------  |  --------------  |  -------------
            10  |  ACCOUNTING      |  NEW YORK
            20  |  RESEARCH        |  DALLAS
            30  |  SALES           |  CHICAGO
            40  |  OPERATIONS      |  BOSTONSQL*Plus can also generate HTML output, but you have to use a browser, not the SQL*Plus interface, to get see the output formatted.
    I think this is from MySQL or Postgress (the below doesn't anything about that)
    http://guylichtman.com/db-spring06/hw1_solution_sql.txt
    If not possible using SQL*Plus , can this be done using some other tools like PL/SQL developer (which we have) ?
    Not a business case . I just want to send some SQL training stuff to my friend.
    Moreover , during posting in OTN, it would be better to post some sample data , so that volunteer gurus can quickly understand what they are looking at.If we could get everyone on this forum to post any kind of formatted output, that would be wonderful! Personally, the extra lines wouldn't help me any, however.

  • Can not install SQL 2008 server R2

    Hello, 
      when I install SQL 2008 R2, there will be appear some error, and the detail log like these,
      2014-07-28 12:52:37 Slp: Running Action: NotifyProgressComplete
    2014-07-28 12:52:37 Slp: Sco: Attempting to set file full path to 'C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\x86\setup100.exe.config'
    2014-07-28 12:52:37 Slp: Sco: Attempting to normalize directory path 'C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\x86\setup100.exe.config'
    2014-07-28 12:52:37 Slp: Sco: Attempting to check if file 'C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\x86\setup100.exe.config' exists
    2014-07-28 12:52:37 Slp: The setup100.exe.config file was not found, therefore the DTSWizard and SQLWatson app config files were not replaced
    2014-07-28 12:52:37 Slp: Completed Action: NotifyProgressComplete, returned True
    2014-07-28 12:52:37 Slp: ----------------------------------------------------------------------
    2014-07-28 12:52:37 Slp: Skipping Action: DeleteUninstalledPatchRegistryAndCacheFolderAction
    2014-07-28 12:52:37 Slp: Action is being skipped due to the following restrictions: 
    2014-07-28 12:52:37 Slp: Condition "Do any of the specified features match the expected scenario Uninstall" did not pass as it returned false and true was expected.
    2014-07-28 12:52:37 Slp: Completed Action: ExecuteExtendedTimingsWorkflow, returned True
    2014-07-28 12:52:37 Slp: ----------------------------------------------------------------------
    2014-07-28 12:52:37 Slp: Running Action: ExecuteCloseWorkflow
    2014-07-28 12:52:37 Slp: Workflow to execute: 'CLOSE'
    2014-07-28 12:52:37 Slp: ----------------------------------------------------------------------
    2014-07-28 12:52:37 Slp: Running Action: ProduceStatusLogs
    2014-07-28 12:52:39 Slp: Completed Action: ProduceStatusLogs, returned True
    2014-07-28 12:52:39 Slp: ----------------------------------------------------------------------
    2014-07-28 12:52:39 Slp: Running Action: FinalizeProgressStatus
    2014-07-28 12:52:39 Slp: Completed Action: FinalizeProgressStatus, returned True
    2014-07-28 12:52:39 Slp: ----------------------------------------------------------------------
    2014-07-28 12:52:39 Slp: Running Action: RebootMessageAction
    2014-07-28 12:52:39 Slp: Completed Action: RebootMessageAction, returned True
    2014-07-28 12:52:39 Slp: ----------------------------------------------------------------------
    2014-07-28 12:52:39 Slp: Skipping Action: FinishPage
    2014-07-28 12:52:39 Slp: Action is being skipped due to the following restrictions: 
    2014-07-28 12:52:39 Slp: Condition "Is the user's scenario set to EditionUpgrade" did not pass as it returned false and true was expected.
    2014-07-28 12:52:39 Slp: ----------------------------------------------------------------------
    2014-07-28 12:52:39 Slp: Running Action: CloseUI
    2014-07-28 12:52:39 Slp: Stop Action
    2014-07-28 12:52:39 Slp: Completed Action: CloseUI, returned True
    2014-07-28 12:52:39 Slp: Completed Action: ExecuteCloseWorkflow, returned True
    2014-07-28 12:52:39 Slp: Completed Action: ExecuteCompleteWorkflow, returned True
    2014-07-28 12:52:47 Slp: 
    2014-07-28 12:52:47 Slp: 
    2014-07-28 12:52:47 Slp: ----------------------------------------------------------------------
    2014-07-28 12:52:47 Slp: 
    2014-07-28 12:52:47 Slp: Error result: -2068119551
    2014-07-28 12:52:47 Slp: Result facility code: 1211
    2014-07-28 12:52:47 Slp: Result error code: 1
    2014-07-28 12:52:47 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
    2014-07-28 12:52:47 Slp: Sco: Attempting to open registry subkey 
    2014-07-28 12:52:47 Slp: Sco: Attempting to open registry subkey Software\Microsoft\PCHealth\ErrorReporting\DW\Installed
    2014-07-28 12:52:47 Slp: Sco: Attempting to get registry value DW0200
    2014-07-28 12:52:48 Slp: Submitted 1 of 1 failures to the Watson data repository
    can you help me? thanks,

    Hi,
    According to your description, we need to verify that if the setup file of SQL Server is corrupted, if it is corrupted, as Shanky’s post, please download it again and reinstall SQL Server 2008 R2 .
    However, if the setup file is complete, please check if there is an anti-virus software or other third-party software on your computer blocking the process of SQL Server installation. In addition, make sure that you configure SQL Server service accounts
    appropriately with administrator permission during the installation. For more details about this error, please review this similar thread:
    Install SQL 2008 R2 on Win 8 fails with Microsoft.SqlServer.Configuration.Sco.ScoException
    For more information about installing SQL Server 2008 R2,please review this blog:
    SQL Server 2008 R2 Sysprep Step by Step.
    Thanks,
    Lydia Zhang

  • Can I install SQL Server 2008 on Server 2012R2?

    <v:shapetype coordsize="21600,21600" filled="f" id="_x0000_t75" o:preferrelative="t" o:spt="75" path="m@4@5l@4@11@9@11@9@5xe" stroked="f">
     <v:stroke joinstyle="miter">
    <v:formulas>  <v:f eqn="if lineDrawn pixelLineWidth 0">
    </v:f></v:formulas></v:stroke></v:shapetype>When trying to install SQL 2008 on server 12R2 I get an error msg stating "This program has compatibility issues" (Microsoft SQL Server (2008 or 2008 R2).  Any ideas
    or thoughts.....
    Thanks
    Z<v:shapetype coordsize="21600,21600" filled="f" id="_x0000_t75" o:preferrelative="t" o:spt="75" path="m@4@5l@4@11@9@11@9@5xe" stroked="f"><v:stroke
    joinstyle="miter"><v:formulas><v:f eqn="if lineDrawn pixelLineWidth 0"><v:f eqn="sum @0 1 0"><v:f eqn="sum 0 0 @1"><v:f eqn="prod @2 1 2"><v:f eqn="prod @3 21600 pixelWidth">
      <v:f eqn="prod @3 21600 pixelHeight">
      <v:f eqn="sum @0 0 1">
      <v:f eqn="prod @6 1 2">
      <v:f eqn="prod @7 21600 pixelWidth">
      <v:f eqn="sum @8 21600 0">
      <v:f eqn="prod @7 21600 pixelHeight">
      <v:f eqn="sum @10 21600 0">
     </v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:formulas>
     <v:path gradientshapeok="t" o:connecttype="rect" o:extrusionok="f">
     <o:lock aspectratio="t" v:ext="edit">
    </o:lock></v:path></v:stroke></v:shapetype><v:shape alt="" id="Picture_x0020_2" o:spid="_x0000_i1025" style="width:304.5pt;height:237.75pt;" type="#_x0000_t75">
    <v:imagedata o:href="cid:[email protected]" src="file:///C:\Users\zshams\AppData\Local\Temp\msohtmlclip1\01\clip_image001.png">
    </v:imagedata></v:shape>

    Hello,
    Based on the following article, you must apply SP3 or SP4 for SQL Server 2008 to make it compatible with on Windows Server
    2012 R2.
    https://support.microsoft.com/kb/2681562/?wa=wsignin1.0
    You can either perform a slipstream using the following Support article.
    http://support.microsoft.com/kb/955392
    or ignore the warning and continue with SQL Server 2008 setup, and when SQL Server installation is finished apply SP3 or SP4.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Can I Install SQL Server Developer Edition 2012 on Windows 8

    I am just about to buy this:
    http://www.amazon.com/SQL-Server-Developer-Edition-2012/dp/B007RFXQAM
    I noticed that the 2 platforms listed are Windows 7 & Vista.  I'm pretty sure it will also run fine on Windows 8, based on what I read here:
    http://msdn.microsoft.com/en-us/library/ms143506.aspx
    I'm wondering if anyone has actually installed SQL Server Developer Edition 2012 on Windows 8.
    Thanks!!
    Ryan Shuell

    Yes, absolutely. It is fully compatible and supported. And you already have the official link :)
    This posting is provided “AS IS” with no warranties, and confers no rights.
    If this reply answers your question, please mark it as Answered for others to find it easily.
    If this reply help you resolving the problem, please vote the post as Helpful.

  • Can I use SQL Plus to build invalid objects?

    Dear all:
    As I know, some 3-part developer tools, like PL/SQL Developer, can easily build invalid objects. But if only Oracle db & Oralce client install, can I use native tools to do it? How to do it? Thanks for any help.
    Regards,
    George

    save script below in a file and run from sqlprompt.
    set define off
    set scan off
    set heading off
    set feedback off
    set newpage none
    set pagesize 0
    spool compile_invalid.sql
    SELECT
    'alter '||decode(trim(object_type),'PACKAGE BODY','PACKAGE',object_type)||' '||object_name ||' '
    ||decode(object_type,'PACKAGE BODY','COMPILE BODY','COMPILE')||';'
    FROM user_objects
    WHERE object_type IN
    ('PACKAGE','PACKAGE BODY','VIEW','PROCEDURE','TRIGGER','FUNCTION')
    AND status='INVALID';
    set feed on
    @compile_invalid.sql
    spool off

  • Can a pl sql cartridge get the client certificate through ssl in OAS

    I am In a web publishing system project, I use SSL and client certificate to verify the user, the environment is OAS4.0.6 and Oracle 8i, and I use PL SQL cartridge to proceed the http request , Now the problem is how can I get the client certificate infomation in my pl sql scripts, I do not know where should i post this problem, So I post it here, If you have any experience in using SSL of OAS, pls help me!
    tsailiang
    [email protected]
    thank you very much!

    Sorry wrong forum.....
    This forum is for the Internet File Server (ifs) not the oracle application server (oas), sometimes known as iAS or Oracle9i Applicaiton Server.
    null

  • Can't install sql server express

    HElp!!!
    I'm trying to install any recent free sql server.. to practice with vs2012 and asp.net mvc.. and the install keeps failing.  THis is my personal desktop running 64bit Windows 7.  sql server express "said" it was installing but sql
    server doesn't show up under Start/all programs and SWL server management studio isn't under administrative tools.  I tried sql server express but it said it wouldn't install on 64 bit -- something about WOW.  Several sql server things are listed
    in control panel and I'm trying to uninstall them to start over.   Please point me to place to get sql server express with hopefully instructions to install.  Buying a 32 bit computer is not an option at this time.
    Thanks in advance,
    Kay

    problems: 1. no menu item for "new table" in sql server management studio (Right click on tables)
    2. Can't attach northwind db and won't create it using script.  missing stored procedure 'sp_dboption'
    Hi,
    Based on your description, firstly, we need to verify  if  there is no option of ‘New Table’ when right-clicking ‘Tables’ in the left panel of SQL Server Management Studio (SSMS), or you cannot create new table via the GUI in the right panel as follows.
    They might be caused by incomplete installation, I recommend you to check if you have installed the SQL Server 2012 completely.
    Secondly, are you trying to attach the NORTHWIND sample database with the sp_dboption in SSMS? If so, the sp_dboption has been deprecated in SQL Server 2012, it’s only supported in SQL Server 2008 or prior version, you can use
    ALTER DATABASE NORTHWIND SET RECOVERY SIMPLE to replace the following lines in the
    instnwnd.sql script, then execute it. I have done a test successfully in SQL Server 2012. 
    exec sp_dboption 'Northwind','trunc. log on chkpt.','true'
    exec sp_dboption 'Northwind','select into/bulkcopy','true'
    In addition, according to the message “visual studio 2013 does NOT recognize the server”, it seems that you encounter the connection issue between Visual Studio and SQL Server. If you get some error messages, you can post them for further analysis. Also, you
    need to verify that the connection string (contains server name, login, password and so on) is correct when connecting to the SQL Server from Visual Studio.
    Thanks
    Lydia Zhang

Maybe you are looking for