Database
Discussion List
-
Retrieve Database Sequence Next value in VBCSSummary: Hi experts, How to get the sequence.nextval in VBCS and display it in user interface where sequence has been stored in ATP DB. Use case: When multiple users acc…
-
Gen3: vbcs --> atp service connection failing with 403 ACL issue.Hi, Below is the error we are seeing while accessing ATP ORDS service from VBCS gen3 instance. This was working fine in VBCS Gen2. "type": "abcs://proxy_problem/oauth/au…
-
bulk uploadSummary: How can we bulk upload data from an excel. Content (please ensure you mask any confidential information): Version (include the version you are using, if applica…
-
After 24.10 update, BOs don't honour the default sort order of the underlying DB View/TableSummary: We have noticed that after 24.10 update, Business Objects don't honour the default sort order of the underlying DB View/Table Has anyone else noticed this latel…
-
Optimizing Performance in VB BO for Large DatasetsSummary: Content: Hi Expert, I have a table with 6 million records. When I run a “SELECT * FROM” statement in SQL Developer, it executes very quickly, within a few secon…
-
CRUD operation on ADP on save to reflect in BOSummary: I have an ADP which has to be inserted in a BO based on ATP table(Custom VBCS BO). The ADP has some columns which is there in specified BO as well (ADP in not b…
-
How to develop a BIP / OTBI report to fetch details from VBCS pageSummary: Hi Team, We have a customized VBCS page for Inventory transactions. Our requirement is to develop a BIP / OTBI report to fetch details from the VBCS page. Is it…
-
Is ORDS supported by Oracle to use with OIC-VB?Summary: Please, Oracle teams. Is ORDS supported by Oracle to use with OIC-VB? We are planning to do some screens VB to use ORDS. Some of the tables has clob. content, w…
-
Getting an error while trying to get value from parent BO's Attribute in Before Insert TriggerSummary: I am using Before Insert trigger, in which trying to get the value of BO' attribute. Content (please ensure you mask any confidential information): For example,…
-
How to edit this page called journey in Fusion ?Summary: how to edit this page like viewing the HTML code or add new components
-
How to find pages that Oracle made it with VBCS ?Summary: I want to know where i can find new responsive page that Oracle made it with VBCS and enter to edit it in VBCS
-
Downloading an excel file from object storage is corrupted.Summary: Unable to open the excel file downloaded from the Object Storage. Content (please ensure you mask any confidential information): Hi Team, I am facing an issue w…
-
How to format Time type in built in export buttonSummary: There is a column that is time type and i want to format it from T12:00:00 to 12:00 when exporting a table to excel file from built in export button
-
VBCS with ATP in a private subnetSummary: We are a long term EBS customer and starting our cloud journey. We have lot of OAF extensions in EBS. We want to use VBCS for building some of those in the clou…
-
Receiving 502 : Connection refused Error while invoking ORDS API from Oracle VBCSIn the Development instance, When invoking an ORDS REST service that has no Authentication from VBCS is failing, an error is given below. { "type": "abcs://proxy_problem…Ramakrishnan Venkatasamy 21 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Multiple ATP Tenants on VB RuntimeSummary: Does VB support multiple ATP tenants? As an example, Application A in VB runtime A that is connected to ATP Tenant A. Does VB support Application B in VB runtim…
-
Default a Value for Only for Specific Row using Select Single LOVSummary: We have 2 Values for a LOV Y and N for a Field named Eligibility which has 4 Rows named Row1, Row2, Row3 and Row4 from a SDP Table for each employee. We want to…
-
-
-
Rest api in VBCSSummary: Hi I am trying call rest api in vbcs but Not getting expected result. Also attached postman result. Content (please ensure you mask any confidential information…
-
How to combine "Auto populate a table" and "Add a filter criterion" with a Combo Box?Hello! How are you? I have a table in VBCS and it has its values coming from an SDP (that came from a BO). This table auto populate itself with the values from the SDP. …
-
Oracle Visual Builder Database OptionsI'm currently engaged with a client on the development of a couple of apps using Visual Builder. We're exploring various database options as we anticipate that the defau…
-
Scheduling Data Export from a VB AppHas anyone had experience implementing scheduled exports of data from a VB app with an embedded database or BYODb? Just wondering whether there is an option to schedule …
-
Published App: how to see the data of BO's after publishing the applicationSummary: Hi Experts, I have published applications use BO (the Embedded database). From where I can check the data saved in the embedded data base as GUI. Content (pleas…
-
When leveraging existing table in VBCS, how to create composite key in Business Object ?Summary: Not able to create a composite key on existing table in Business Object. Need to maintain unique values in 2 columns, so created composite key constraint in the…
-
Export data to predefined excel template from vbcs page oracleSummary: I am working on a custom client requirement on VBCS page development. In page there is a table where data is coming from ATP DB. I need a functionality to expor…
-
connection error to an ATP Database via VBCS Application in OICSummary: connection error to an ATP Database via VBCS Application in OIC Content (please ensure you mask any confidential information): Hi Team, Greetings! we are trying…
-
VBCS EXCEL Plug In PUT operation for child component not working with ORDS Manually Created ModuleSummary: VBCS EXCEL Plug In PUT operation for child component not working with ORDS Manually Created Module Content (please ensure you mask any confidential information)…
-
How to show/hide a region conditionally on basis of a value in business object in VBCS pageSummary: The VBCS page is having list view component (card layout). There is a custom client requirement: depending on a value of a field in the business object used for…
-
Verify data with POST method in VBCS.Hello Everyone! I was trying to do a logic that a user can only proceed to a certain page if he put some values (that is already stored on Business Object) on a form. Si…