How to create a new database after initally installing oracle database 11g Express Edition?

后端 未结 5 1558
别那么骄傲
别那么骄傲 2020-12-04 06:32

I have installed Oracle Database 11g Express Edition on my pc (windows 7) and I have installed Oracle SQL Developer as well.

I want to create a simple database to s

5条回答
  •  臣服心动
    2020-12-04 07:19

    When you installed XE.... it automatically created a database called "XE". You can use your login "system" and password that you set to login.

    Key info

    server: (you defined)
    port: 1521
    database: XE
    username: system
    password: (you defined)

    Also Oracle is being difficult and not telling you easily create another database. You have to use SQL or another tool to create more database besides "XE".

提交回复
热议问题