Questions tagged [dbca]

DBCA (Oracle Database Configuration Assistant) is a GUI software for managing databases: create, update, delete, etc.

DBCA (Oracle Database Configuration Assistant) is a GUI software for managing databases: create, update, delete, etc.

The software comes with the default installation of Oracle Database.

16 questions
5
votes
9 answers

Getting "Unable to check for available memory." on Oracle DB 18c

I am trying to create a database in order to complete my self learning, but unfortunately I got unexpected error "Unable to check for available memory.", I am doing it using Database Configuration Assistant (DBCA). My Oracle Database Version
Yusuf Ibrahim
  • 1,591
  • 5
  • 21
  • 46
3
votes
9 answers

Oracle XE 18c create database error "[DBT-50000] Unable to check for available memory" through DBCA

I have just installed Oracle XE 18c on my Windows 8.1 machine. I am trying to create a new database through Advanced Configuration but when I get to Configuration settings step, it throws an error: [DBT-50000] Unable to check for available…
RuxxOather
  • 33
  • 1
  • 1
  • 4
2
votes
2 answers

Which Oracle 11g has DBCA?

I am having an issue with Oracle 11g. I need to download an Oracle 11g database that has the Database Configuration Assistant. I had already downloaded Oracle 11g Express Edition not realizing it apparently doesn't have DBCA. So which Oracle 11g…
Some Guy
  • 33
  • 2
2
votes
1 answer

Oracle Database installation stuck at 'Starting Oracle Net Configuration Assistant'

I am installing Oracle database 12c (12.1.0.2.0 - Enterprise Edition ) in windows 10 and it stuck at "starting 'Oracle Net Configuration Assistant' " at step 8 of 9 (83%) for than 4 hours. Please suggest any solution to fix this problem. Here are…
2
votes
2 answers

DBCA cannot be run as root

I'm trying automate DBCA to create a new database. I'm using the box bseller/oracle-standard with Vagrant. provision.sh #!/bin/bash echo 'Import environment variables' env=$( grep -ic "ORACLE_SID" /etc/profile ) if [ ! $env -eq 1 ] ; then echo…
acfreitas
  • 1,347
  • 2
  • 13
  • 27
1
vote
1 answer

Why dbca giving error NoClassDefFoundError

After doing the configuraton on Putty for X11. When I am running dbca I am getting the following error: [oracle@XYZ bin]$ dbca Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11.XToolkit at…
Rosey Khatun
  • 89
  • 2
  • 9
1
vote
1 answer

Could not find or load main class oracle.assistants.dbca.driver.DBConfigurator

I tried to run dbca on Linux 4.1.12-61.1.27.el7uek.x86_64 x86_64, Oracle Database 12C. Unfortunately the following error appeared: Could not find or load main class oracle.assistants.dbca.driver.DBConfigurator. Could someone help in this case?…
Agata
  • 11
  • 1
  • 4
1
vote
1 answer

Create a blank database with Oracle DBCA

I use Oracle Database Configuration Assistant to create database. There are 3 default templates: General purpose or transaction processing Custom database Data warehouse However, choosing any of these 3 template would lead to creation of a…
jondinham
  • 8,271
  • 17
  • 80
  • 137
0
votes
1 answer

Unable to initialize DBCA

I have oracle database on RHEL. As a Oracle user when I try to initiate dbca, it is giving me error as following: Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11.XToolkit at…
0
votes
0 answers

DBCA Permission Denied

I'm new on Linux environment. For this task, I am using Centos 7 in VirtualBox and trying to follow the guide to install Oracle Database 18c XE. After setting the config and profile, I finally get the oracle to work. However, when I tried to create…
Cyrus
  • 1
  • 1
0
votes
0 answers

Database Configuration Assistant Warning

Im using Oracle Linux Enterprise 6.10, and when a use de dbca show this warning 1 i don´t why i have a ip static and my host are correct 2
0
votes
0 answers

Running Oracle NETCA/NETGMGR/DBCA on Docker for Windows

I am trying to run dbca/netca commands on docker. I already have Oracle 12c installed on docker, but I keep running into a issue. When I run the dbca command, I get the error: DBCA cannot be run as root. When I run the netca command, I get the…
0
votes
1 answer

Better alternative to pass variables via stdin with '\n'

I'm creating a bash script to automate a process to create an Oracle database. Basically I want to invoke dbca. I already found two ways to do it but I still did not like those solutions. I was just wondering if has a better way to do it. First I…
Wellington Souza
  • 2,200
  • 2
  • 22
  • 33
0
votes
1 answer

Oracle DBCA create DB warning with no OracleDBConsoleorcl service created as expected

I am creating my first Oracle DB on my Win 2012 R2. But it can success, but the OracleDBConsoleorcl is not created successfully: emca error I'm attaching my emca log here: Jul 10, 2017 3:40:43 PM oracle.sysman.emcp.util.GeneralUtil …
Terry Hu
  • 381
  • 1
  • 3
  • 12
0
votes
0 answers

Cannot run my template in .dbt extension in Oracle 12c DBCA

The following is my template file "testing.dbt". I kept it under "C:\app\ORCLUSER\product\12.1.0\dbhome_1\assistants\dbca\templates". I'm trying to create it from Oracle 12c (Enterprise) DBCA. When I select create database and choose it. It says,…
1
2