Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 34 Oracle Analytics and AI Sharing Center
- 22 Oracle Analytics and AI Lounge
- 272 Oracle Analytics and AI News
- 47 Oracle Analytics and AI Videos
- 16.1K Oracle Analytics and AI Forums
- 6.3K Oracle Analytics and AI Idea Labs
- Oracle Analytics and AI User Groups
- 99 Oracle Analytics and AI Trainings
- 16 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
[Bug?] BICC JSON file provides more attributes that documented
User_3BBMU
Rank 1 - Community Starter
I have a JSON file that is generated and stored in an OCI bucket for every schedule. Here is how an example JSON content looks like
{
"statuses": [
{
"name": "FscmTopModelAM.FinExtractAM.GlBiccExtractAM.CodeCombinationExtractPVO",
"code": "FscmTopModelAM.FinExtractAM.GlBiccExtractAM.CodeCombinationExtractPVO",
"status": "SUCCESS",
"errorMessage": null,
"runDate": "2026-01-20T06:10:13.019Z",
"connDurationInSec": 1,
"metadataDurationInSec": 0,
"queryDurationInSec": 2,
"readDurationInSec": 0,
"extractDurationInSec": 0,
"uploadDurationInSec": 0,
"totalDurationInSec": 4,
"rowCount": 1,
"filesCount": 1,
"filesSize": 817,
"fileName": null
}
]
}
However, the official documentation (page 17) only mentions some of the attributes.
Can you provide support for fileName attribute such that it shows the name of the file / report present within the ZIP generated by BICC? If a zip can contain multiple files, then fileName attribute should hold an array rather than a single string.
Tagged:
2