SQL plus and Get Started With Oracle Database 11g Express Edition
- Get link
- X
- Other Apps
How to Install Oracle SQL PLUS
When you work on non programmer database then most of users use SQL. SQL is a sample high-level language. In past time IBM co. is found.but its commercially implement by oracle corporation.
.
To install SQL plus we need to download Oracle 11g Database Express Edition because Express editions are free for use with different user login.
Once you have to download the oracle 11g setup from any site I suggest you google search and download from any software site because the Offical site is required to sign up after you are available for download.
Using this link and download 11g express edition:
If given link not work you can search your way any site. but please download express edition because of its free version of the oracle database.
Another way is CD or DVD is available is a good option. insert cd or DVD in DVD ROM then DVD is automatically run and show installation screen.
After this exe setup or DVD installation steps are the same. Let us show you the installation step.
1)This screen show you INSTALL/Deinstall button click on install option
2)Next Welcome to Oracle Database 11g Express Edition Installation screen show you.
3)After this show you select path and require drive memory for install-info. in screen
4)and now next is continue and installation is done.
after installation search in search box SQL plus then cmd is open and type in Username =system and password =oracle then enter and oracle database is connection is done.
- Get link
- X
- Other Apps
Popular posts from this blog
What is Python ? Intoduction of Python
Introduction of Python Python is the most used high-level programming language it's created by GUIDO VAN and first introduced in 1991. Python is contain object-oriented programming feature like java,c++ etc.Also in current time python is used for Data Science, hacking security applications and many other major areas in IT. Python used to execute the command in your terminal, using an interpreter so python use interpreter for run program. Python is open source and python is available for any Operating System like Linux, Unix, Window, MAC, Linux many more. Python is developed in the C++ Object-oriented programming language comparing other language python give you sample code and easy to understand in such are variable creation, define the function, object creation, many other areas.sum sample Arithematic operation in other languages with large and complex logic codes then Python gives this operation with small and sample logic with faster output. How v...
In Python Calculation addition,subtractions,multiplication,division,and ...
Programming in C learn sample Program
Sample program of C language with structure explanation C language is a general-purpose programming language in old-time c is know as B language that means Basic combine Programming language (BCPL). C language is found by Denis Ritchie in 1972 something and C is used Compilers for debug and run c program it is very fast executed and compile. C language generally says it is OOP means object-oriented programming language but c support some OOP concept but it is a not pure Object-oriented programming language. Basically, there are three types of Programming Languages..(1) Procedural Programming Language ...
Comments
Post a Comment
Thank you for comment and your feedback.