I am trying to migrate sonar's H2(default database) to oracle database. For this I have edited sonar.properties file. I commented sonar URL and uncommented oracle URL(I made jdbc connection with oracle database and pasted that URL in sonar.properties). I have also changed sonar usename and password in sonar.properties. When I start sonar it gives me error and ask me to create tables in oracle database and even if I create tables in oracle it still ask me to create such more tables.
Do I need to make some more configuration/file changes? Am I missing something?
Any help would be highly appreciated.
Related
We are migrating our database from SQL Server to Oracle using the SQL developer tool. While migration, the schema name in SQL Server is "schmdw". This schema is used in our datawarehouse or OLAP database AdvworksDW. After migration we were expecting the schema/user name in oracle will be schmdw. But it is coming as schmdw_AdvworksDW i.e. schemaname_databasename. How can we get rid of this and get the schema/user name in Oracle as schmdw only? Can anyone help me in this regard?
In Oracle, there's no supported way to rename a schema/user. The best solution for you is to create another user, SCHMDW in your case, and give it grants on all objects of the SCHMDW_ADVWORKSDW plus synonyms. Have a look at the second comment on this post, it gives a pl/sql script to automate that.
I'm trying to create a link between my local database and my oracle 11g school database. I've finished the link creating between two databases and I tried to run a simple statement from my local database and to see if I can access the data from the remote database. However, there was an error message keep showing on the output section.
I've tried to google the error, but none of the solutions helps.
Can anyone help me with this issue?
I can connect to my 12c Oracle database using Oracle's Sql Developer and see my schema, but when I connect via SSMA I can't. I see a bunch of other schemas in SSMA, which I assume came with Oracle because I've only created two users on the box and I don't see either of them in SSMA. I'm connecting using the System account, so I don't think it would be a permissions issue. As you might be able to tell I don't know much about Oracle. Where could my schema be hiding?
Currently I'm learning how to use Oracle's SQL
And I ran into a problem which I cannot find the answer to,
I am using the SQL Developer provided by Oracle 12c and am currently using the Migration Wizard that comes with it
While trying to migrate data from MS SQL 2008 to Oracle 12c, the migration wizard tells me that the migration is complete. When I look at the repository, the tables are all moved and converted, but none of the data have been populated into the tables. I have been trying to look for migration logs, but I have not been able to find the location for the logs and I was wondering if anyone has ran into this problem before and has a solution for it.
Just create new connection oracle connection, call it with name of migrated DB, user = , password = .
E.g. you migrate test_1 DB. After migration, create connection with name test_1, user = test_1, password = test_1.
I have imported users in liferay(configured with oracle database) using OpenDJ, there are users in oracle database and also displayed on Liferay but when I tried to delete the users from liferay its not deleting it from oracle database.I don't understand the problem. Any Help will be appreciated.