Hi all,
I am getting error while using dbconfigratorui to create tables of webMethods for my new trial installation. Please help me to identify and solve the problem.
Details about the installation of webMethods, and the version of Oracle are as below
Windows 10 operating system 64 bit
webMethods 10.15 Trial version
Oracle Database 21c Express Edition for windows 64 bit
for database I am using Pluggable database XEPDB1 and created a separate user for webMethods.
Are you using a DBA account or did you get the account and db’s created by them? Looks like your db account doesn’t have enough permission. If you are using a DBA account you need to enter DBA information to the section below and set the usename and password above that. If DBA’s created that for you make sure you have create, update and delete table permissions and uncheck Create database and database user checkbox.
I had the same issue, following a course on Udemy and I guess you are following the same as per the database name.
I managed to solve the problem entering the “system” username instead of the “webmuser” username in the “Create tablespaces and database user/Administrator” form. I hope I can continue with the learning and I didn’t messed something up.
PS. Also, I had to disconnect and reconnect the user in SQL developer to see the tables. A simple refresh didn’t help.