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

后端 未结 5 1548
别那么骄傲
别那么骄傲 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条回答
  •  -上瘾入骨i
    2020-12-04 07:19

    "How do I create an initial database ?"

    You created a database when you installed XE. At some point the installation process prompted you to enter a password for the SYSTEM account. Use that to connect to the XE database using the SQL commandline on the application menu.

    The XE documentation is online and pretty helpful. Find it here.

    It's worth mentioning that 11g XE has several limitations, one of which is only one database per server. So using the pre-installed database is the sensible option.

提交回复
热议问题