Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7883279
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:29:26+00:00 2026-06-03T04:29:26+00:00

After successfully installing ORACLE 11gR1 on Windows7 32bit platform, I can go inside the

  • 0

After successfully installing ORACLE 11gR1 on Windows7 32bit platform, I can go inside the SQL PLUS and I can also create database, but I still don’t have any clue how to use database.

in MySQL the command to use database should be:

USE MYDATBASENAME;

In SQL SERVER also quite the same:

USE [DATABASE];

But I have no idea how to use database in ORACLE 11gR1 via SQLPLUS, any body have any ideas?

I’m planning to create a table after I succeed in using the USE command.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T04:29:27+00:00Added an answer on June 3, 2026 at 4:29 am

    Even though they all use the same noun the term “database” is something completely different between MySQL (SQL Server) and Oracle.

    Usually a MySQL database is mapped to a schema/user in Oracle. In Oracle there is a 1:1 relationship between schemas and users.

    A “database” in Oracle refers to the complete installation (which is also named “instance”). As there is typically only a single instance/installation there is no sense in “switching a database” in Oracle.

    The closest thing to “USE mydatabase” in Oracle would be to switch the current schema:

    ALTER SESSION SET current_schema = other_user;
    

    Then you can access all tables of other_user without prefixing them. This of course requires your current user to have at least select privileges on the tables of the other user (i.e schema)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I installed ADT 16.0.1 in eclipse indigo on fedora 16 successfully. But after installing
A couple of months after installing successfully the BlackBerry signature key for signing my
My script run successfully on original version of Ubuntu 10.10 after installing the lxml
I installed SSL using Virtualmin. It got installed successfully. After installing I am getting
After installing SQL Server 2005 Backward Compatibility Components and SQL Server 2000 DTS Designer
I set up a SQLite Database DB Connection via the CF Admin after installing
After successfully acquiring a picture from the iPhone camera on iOS 4.1, you can
after successfully building my application the start fails because it relies on config files
I'm using NetDataContractSerializer . After successfully deserializing an object, is there a way to
I need to make a thumbnail of an image after successfully uploaded the image

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.