100% found this document useful (1 vote)
106 views2 pages

OBIEE 12c How To Change The External Subject Area (XSA) File Quota Settings When XSA Cache Is Configured For The Database

Uploaded by

sanaa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
106 views2 pages

OBIEE 12c How To Change The External Subject Area (XSA) File Quota Settings When XSA Cache Is Configured For The Database

Uploaded by

sanaa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

PowerVLast Login: May 20, 2024 4:31 PM CEST Switch to Cloud Support Saida (Available) (0) Contact Us Help

Dashboard Knowledge Service Requests Patches & Updates Community


Dashboard >
Give Feedback...

Copyright (c) 2024, Oracle. All rights reserved. Oracle Confidential.

OBIEE 12c: How To Change The External Subject Area (XSA) File Quota Settings When XSA Cache Is Configured To Bottom
For The Database (Doc ID 2111743.1)

In this Document Was this document helpful?

Goal Yes
No
Solution
References
Document Details

APPLIES TO: Type:


Status: HOWTO
ARCHIVED
Business Intelligence Suite Enterprise Edition - Version 12.2.1.0.0 to 12.2.1.4.0 [Release 12g] Last Major
Update: Mar 1, 2016
Information in this document applies to any platform.
Last Jul 29, 2020
Update: English
GOAL Language:

The goal of this document is to show how to modify the External Subject Area (XSA) File Quota Settings.
This document applies to a database XSA, not to a file-based XSA. Related Products
Business Intelligence Suite
Enterprise Edition
SOLUTION

The XSA File Quota settings can be changed in 2 places: Information Centers
No Information Center
1. In the DatasetsvcConfig.properties file. available for this document.

Edit the file located under /.../Oracle_Home/user_projects/domains/bi/config/fmwconfig/biconfig/DSS and change the


Document References
following values:
OBIEE 12c FAQ: What Is The
oracle.bi.dss.defaultFileLimitKilobytes=102400 Default Catalog Size Limit, File
Upload Size Limit And What
oracle.bi.dss.defaultUserQuotaKilobytes=20971520 Issues Might I Encounter If
oracle.bi.dss.defaultServiceQuotaKilobytes=20971520 The Limit is Reached ?
[2079953.1]
This is a sample DatasetsvcConfig.properties file:
OBIEE 12c: How To Configure
The External Subject Area
(XSA) Cache For Data
Blending| Mashup And
############################################################################## Performance [2087801.1]
# JNDI datasource. Provide one of the following combinations.
##############################################################################
# Specify a single datasource for metadata and database storage providers Recently Viewed
oracle.bi.dss.datasourcename=BIPlatformDatasource
OBIEE 11g | 12c:
# Specify separate datasource for metadata and database storage providers Architectural Deployment
#oracle.bi.dss.datasourcename.metadata=BIPlatformDatasource Capacity Planning Guide
#oracle.bi.dss.datasourcename.storage= [1323646.1]
OBIEE: Load Testing OBIEE
# Specify only the datasource for metadata. The names of datasources for Using Oracle Load Testing
# database storage providers will be constructed from the tenant and service (OLT) 12.x [1611188.1]
# instance names. OBIEE 12c: How To
#oracle.bi.dss.datasourcename.metadata=BIPlatformDatasource Configure The External
Subject Area (XSA) Cache
############################################################################## For Data Blending| Mashup
# Quota defaults for new services. And Performance
############################################################################## [2087801.1]
oracle.bi.dss.defaultFileLimitKilobytes=102400 Required and Recommended
oracle.bi.dss.defaultUserQuotaKilobytes=20971520 Patches and Patch Sets For
oracle.bi.dss.defaultServiceQuotaKilobytes=20971520 Oracle Business Intelligence
12c [2070465.1]
############################################################################## Best Practices Guide for
# Default file provider storage path. Tuning Oracle® Analytics
############################################################################## Server [2866848.2]
# Leave unset in BI12c to use the BI singleton shared directory. Show More
#oracle.bi.dss.defaultFileStoragePath=

##############################################################################
# Managed Store properties. Leave Commented out to
# use the defaultstore and default tenant
##############################################################################
# Managed store instance name
#oracle.bi.dss.managedstore=xyz_filestore
# Managed store instance type (accepted values db or file)
#oracle.bi.dss.managedstore.type=file
# Managed store config value. File path for filestore.
#oracle.bi.dss.managedstore.configvalue=/scratch/xyz
# Tenant stripe the managed store should be assigned to, if not default
#oracle.bi.dss.managedstore.tenantstripe=default

# Override the managed store to use as the default for all new services
#oracle.bi.dss.defaultstore=

##############################################################################
# Messaging service (JMS) configuration. Enabled by default.
##############################################################################
#oracle.bi.dss.messagingservice.enable=false

##############################################################################
# Excel dataset configuration
##############################################################################
#oracle.bi.dss.excel.max.columns=200
#oracle.bi.dss.excel.sampling.depth=50000

2. In the Data Service Schema (<prefix>_BIPLATFORM).

This schema is created by BI 12.2.1 RCU (in the configuration phase). The values to change are:

UPDATE <prefix>_BIPLATFORM.S_NQ_DSS_SERVICE_STRIPES SET QUOTA_KILOBYTE_LIMIT = xxx;


UPDATE <prefix>_BIPLATFORM.S_NQ_DSS_SERVICE_STRIPES SET FILE_KILOBYTE_LIMIT = xxx;
UPDATE <prefix>_BIPLATFORM.S_NQ_DSS_SERVICE_STRIPES SET USER_QUOTA_KILOBYTE_LIMIT = xxx;
COMMIT;

This is the description of the table in the <prefix>_BIPLATFORM schema:

SQL> desc S_NQ_DSS_SERVICE_STRIPES


Name Null? Type
----------------------------------------- -------- ----------------------------
STRIPE_ID NOT NULL NUMBER
STRIPE_NAME NOT NULL VARCHAR2(256)
GUID_PREFIX NOT NULL VARCHAR2(11)
PROVISIONING_VERSION VARCHAR2(50)
PROVISIONED_DATE TIMESTAMP(6)
MANAGED_PROVIDER_ID NUMBER
QUOTA_KILOBYTE_LIMIT NOT NULL NUMBER
FILE_KILOBYTE_LIMIT NOT NULL NUMBER
USER_QUOTA_KILOBYTE_LIMIT NOT NULL NUMBER
USED_QUOTA_KILOBYTES NOT NULL NUMBER

REFERENCES
NOTE:2079953.1 - OBIEE 12c FAQ: What Is The Default Catalog Size Limit, File Upload Size Limit And What Issues Might I
Encounter If The Limit is Reached ?
NOTE:2087801.1 - OBIEE 12c: How To Configure The External Subject Area (XSA) Cache For Data Blending| Mashup And
Performance
Didn't find what you are looking for? Ask in Community...

Related
Products
Enterprise Performance Management and Business Intelligence > Business Intelligence > Business Intelligence Suite Enterprise Edition > Business Intelligence Suite Enterprise
Edition > Analytics > Answers/Dashboard

Keywords
CACHE; CONFIG; DATASET; EXCEL; OBIEE; OBIEE 12C
Translations

English Source Chinese 简体中文 Japanese 日本語

Back to Top
Copyright (c) 2024, Oracle. All rights reserved. Legal Notices and Terms of Use Privacy Statement

You might also like