Can anyone please tell me how can we create links and association for two tables in different schemas in ADF application, i am using jdeveloper 12c .
thanks in advance .
To access tables of a different schema (user) you need to grant select for that schema.
I have no idea how to do that with Jdeveloper IDE (never used it), but perhaps try doing it using SQLDeveloper and see how Jdeveloper reacts..:
So log in to the schema that already has the user table and then
GRANT SELECT ON TABLE yourusertable TO theotherschema
Perhaps after that you can see the table in Jdeveloper and you can create a FK reference on the table as usual.
These are the steps that helped me.
In JDeveloper click on the offline database schema that needs to see the other offline database schema. All the schemas are immediately under the folder icon, "Offline Database Sources".
Right mouse click and select "Properties...". It's the last option on the Context Menu.
A popup window titled, "Edit Offline Database" will appear. Select "Dependencies" on the left list and click on the + icon circled in red as shown in
image here.
Select from the list of available schemas and you are done. It should be possible to reference tables from the other schema when adding foreign keys in the current schema from JDeveloper.
Related
When trying to create a report for the catalog objects in OBIEE (12c) through the Catalog Manager tool, it is supposed to give me the type of object I want to create the report for. But for me that selection is not coming at all. In some forums it is mentioned that run the catalog manager not through the shortcut but through the runcat.cmd file in Oracle_Home/bi/bitools/bin directory, but even that didn't help.Here's what I am seeing:
And here's what I am supposed to see:
Any insights would be appreciated.Thanks
I am new to DBaaS, I created a new oracle cloud account and instantiated a DB.
I am connecting to the DB using SQL developer and created a new table by logging in as sys user.
How do I see the newly created table on oracle cloud using web console?
I can see the data that I have added into the newly created table using SQL Developer, but is there any way or does oracle provides any web-console to see the data using a browser?
Thanks in advance.
This is possible using OEM Cloud Control. To view data, navigate to database homepage/summary. From the top menu, navigate to
Schema -> Database Objects -> Tables.
Fill in the desired schema and click "Go". This will populate a list of the tables within the schema. Click on the table name to view the table.
Once at the View Table page, select "View Data" from the Actions menu and click "Go". This will return the top 25 rows from the selected table. If there are more than 2000 rows, you will be given the option to select specific columns and add a where clause.
I would need help with ofsaa application, I would like to change home screen when you login to application, currently it directly goes to "Financial Services Applications", but I would like default home screen where user has a chance to select his own home screen.
I was told that this is under CONFIG_OWNER schema, and that I should only remove one record in table. But I don't know which table.
Thanks in advance.
Br, Aljaž.
You can find the records in cssms_usr_startup_page table of the configuration schema. locate the user id and remove the row.
This table cssms_usr_startup_page doesn't have any record in Version 8110.
However, you can refer to the Oracle support team on this. Kindly update the solution here as well.
I am working on OFSAA around 2+ years but haven't faced such issue.
I've been trying to duplicate Odoo's datebase in order to create a production database and a testing one. How can I do this? Once this is ready, how do I know which database I am working at?
You can do database related operation like create new , duplicate , drop, backup database or restore database from odoo ui it self.
http://server_address:port/web/database/manager
Here you will get all the option to manage database from ui.
just click on database manager just below the password field of login page then you can see Menu Named 'DUPLICATE' just click on that then there are two fields write there the source database name and new(Duplicated) Database and then click on Duplicate button on header. It duplicates DB in Seconds
I am in the process of moving my local website onto a live webhost and am having some confusion while exporting my database tables from phpMyAdmin.
I attached a screenshot for reference.
It seems as if there are two database tables that are being used for my website, I'm not sure how this happened though. What I am trying to figure out is which database table is the one that I need to export along with all my Joomla files?
I went into my htdocs to check the configuration.php file and it says that the database prefix is xxx (i made this up) BUT when I go look into that database table (on phpMyAdmin) the dates of creation don't match up but are current in the "other database table."
Thank you for your help.
Screenshot for reference
To ascertain which is the correct database, create a new user via the Joomla interface, then have a look at the users Joomla table via phpMyAdmin, in both databases, to see in which database the user got created.
This information can be found in your site's admin at Site => Global Configuration => Server