Database
Discussion List
-
How to get total row count of table containing SDP Data ?Summary: I want to display the total row count on the vbcs page. Using SDP.getTotalSize() i am displaying the count on the page. In the SDP totalResults count is differe…
-
How to get started with ORDSSummary: Hi Experts As I'm new to VBCS, our customer is asking to make use of ORDS for database. Could someone please help how to begin with ORDS and test few basic data…
-
I want to connect two databases with each other ?Summary: 1) I have on database is Autonomous Database 2) The second one is normal database that i can access it with VPN I want to connect these two with each other how?
-
I want to load a lot of data into a table (data will be more than 60000)Summary: I have a business object that has many data i want to load them all into the table. When i did that visual builder freeze and didn't work after it
-
Not able to load/preview certain pages in designerSummary Some pages won't load in designer, although they seem to function when running the web application.Content Situation We've built a web application in Visual Buil…Ronald Konijnenberg 30 views 3 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
How to Hide a Column HeaderSummary: We are fetching the single row Data for only for one field and storing it using SDP and Displaying it in a table. We want to Hide the Header of the Field in the…
-
Populate custom fields on oracle delivered redwood pagesSummary: Populate custom fields on oracle delivered redwood pages. For example: How to populate "person number" on the connections page in about me section? Content (req…
-
Upload CSV File into an Object Storage BucketSummary: We are Pushing he Data from VB into a Bucket by using Object Storage. Can we Upload CSV File into a Bucket Directly. Content (required): Version (include the ve…
-
VB Excel add-in : ORDS service row update fails with Invalid RowIdSummary: A VB excel template is mapped to an ORDS service created on a database table using Auto Rest. While updating some rows through the add-in, the service returns a…
-
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…
-
How to upload the file with the help of file picker.Summary: I'm following this video and I'm confused while creating the service connection media type selected Image/png but as per my requirement I want to upload any typ…
-
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…
-
Getting Error Code :27040 , when inserting JSON Payload in column using input-text/text-area.Summary: Trying to insert JSON Payload with Length (4421) in a Column with maximum length (32672). Getting Error code: 27040 ,Status :400 Bad Request when inserting the …
-
Issue Adding and Saving data to BO.Summary: Can anybody Please advise on this? We are Fetching the data from Oracle Cloud BIP Report using the OIC Service Connection and posting the data to a BO using VBE…
-
sorting row in gantt chartSummary: i want to sort data that is displayed in row to be alphabetically from A - Z. the output will be as below image: is there any way i can do a sort function for t…
-
How to add Input Parameter to a Page to Ftceh the Data of the BOSummary: We want to add a Input Parameter ; Employee Number to the main-start Page and Then Fetch the Data from the BO on to the Page based on this Input Parameter .Plea…
-
Execute Oracle Cloud Sql Query and Post the Data to BOSummary: We are not able to fetch all the Required Columns using the GET Method REST API of HCM Cloud . So we are looking to execute the sql query of the Oracle Cloud BI…
-
Call a Oracle Cloud BI Publisher Report and Post the Data into BOSummary: Has anybody done this already . Please advise . Call a Oracle Cloud BIP Report in VB and then Post the data into BO ( ADP Table ) Content (required): Version (i…
-
Data Manager's capabilities for importing large dataSummary: Data Manager's capabilities for importing large data into an App that has inter-related Business Objects. Content (required): We are currently in the process of…
-
How to Purge the Busieness Object through a Button Click Event/ VB EnterSummary: Can anybody Please advise on How to Purge the Business Object through a Button Click Event/ VB Enter. We want this without using Data Manager Content (required)…
-
Advantage of ORDS api direct call in vbcs and calling ords services via OIC then call oic in vbcsSummary: Hi experts advantage of ORDS api over OIC calls in vbcs . suppose ORDS being called in OIC for VBCS services what is the disadvantage its better approach or not…
-
Is it possible to access ATP custom DB objects directly ( without exposing them as REST API) in VBCSSummary: Is it possible to access ATP custom DB objects directly ( without exposing them as REST API) in VBCS Content (required): Is it possible to access ATP custom DB …
-
VBCS Excel Upload Utility - ATP Authentication Masking LimitationCase - We are working on a VBCS excel upload utility solution wherein we are trying to upload the mass data into an ATP DB Table by using the Oracle Visual Builder Add-i…
-
Base64 to pdf error: cannot downloadSummary: Hi experts Content (required): I am trying to download files from external database and they are pdf. i used two different functions but non of them works. i tr…
-
Can we hook up OCI ATP Database in Visual Builder Provided for Oracle Fusion Application Extension ?Summary: Content (required): Version (include the version you are using, if applicable): Code Snippet (add any code snippets that support your topic, if applicable):
-
In VBCS Excel ADD-in , how to Download data for REST DATA SERVICE Module (ATP Database)?Summary: How to download data for ORDS Modules from ATP Database into Oracle Excel Add-in ? Not able to add parameter or columns in the excel. Content (required): I have…
-
How to Insert the data from Business Object into the Oracle Cloud Application?Summary: How to Insert the data from Business Object into the Oracle Cloud Application? There is no REST API to Perform the POST and patch Operation in the HCM Cloid for…
-
File Upload Recipe: Activity Number?Summary: I was checking the File Upload Receipe but I did not get what is the activity number. Content (required): This is the link: Oracle Cloud Applications Recipe But…
-
While saving the record facing error.Summary: Hi Experts, 😊 Hope all are doing well. I am currently working on creating a custom application. The functionality is that we are using 2 different API’s, one is…
-
Error Handling in VBCSSummary Is there any way to handle exception in action chains similar to try-catch block in Java?Content If I run an action chain and there is an error thrown at middle …