Insights

business corporate protection safety security concept

Get ready to Collaborate

Dive into a positive, collaborative atmosphere where you can candidly discuss your Oracle Applications implementations, upgrades and cloud deployments. For one exciting week, the Oracle user community comes together face to face to share and learn from actual experiences through sessions, panels and networking events. Register today. COLLABORATE 17: Technology and Applications Forum for the

Get ready to Collaborate Read More »

business corporate protection safety security concept

What are Profiles and Folders in WCC – A comparision

Profiles and Folders are two different features of Oracle WebCenter Content. Both features are useful for grouping and classifying documents. Your Content Management system can use both Profiles and Folders to provide an effective classification of documents. Profiles – apart from providing usability benefits to your users, also provides effective administrative and customization capabilities to

What are Profiles and Folders in WCC – A comparision Read More »

business corporate protection safety security concept

Creating DataSource in Weblogic Console – for applications to access Database server

Developers building applications to be deployed in WebCenter Spaces / Portal, WebCenter Sites will need access to the database server.  There are two options to achieve this. Option A: Create a user/password in the database and pass it to the developer team. This option has the following dis-advantages. To overcome this an alternate method generally

Creating DataSource in Weblogic Console – for applications to access Database server Read More »

business corporate protection safety security concept

Bilingual Portal in WebCenter Portal & Content Internationalization

If you are working with a customer who has a global presence and needs to present information in more than one language in their public facing portal or website, you can rely on Internationalization capabilities of Oracle WebCenter. Oracle WebCenter Portal supports internationalization for portal assets. However, if you integrate content from WebCenter Content, you

Bilingual Portal in WebCenter Portal & Content Internationalization Read More »

business corporate protection safety security concept

WebCenter Content User Security Check in RIDC call for Specific Content

User Security Check in RIDC call for Specific Content IdcClientManager m_clientManager = new IdcClientManager (); IdcClient m_client = m_clientManager.createClient(“<Your Hostname : Port>/cs/idcplg”); //RIDC superuser context IdcContext m_superuser = new IdcContext(“sysadmin”, “idc”); //Examples of the three concrete cache classes IUserSecurityCache m_SGCache = new UserSecurityGroupsCache (m_client, 20, 1000); IUserSecurityCache m_SGAcctCache = new UserSGAccountsCache (m_client, 20, 1000, 20000);

WebCenter Content User Security Check in RIDC call for Specific Content Read More »

business corporate protection safety security concept

WebCenter Content Add New Link in Search Result Action Menu

Below is small snippet to add a New Link under Search Result Action Menu by idocs script in resource file, <@dynamichtml extra_setup_search_results_action_popups@> <$exec rsAppendNewRow(“PopupProps”)   gt; <$exec setValue(“PopupProps”, “label”, “<Add your label here>”)   gt; <$exec setValue(“PopupProps”, “ifClause”, “<Add your Conditions here>”)   gt; <$exec setValue(“PopupProps”, “function”, “<Add URL for which we need to link>”)  

WebCenter Content Add New Link in Search Result Action Menu Read More »

Scroll to Top