Using Oracle Analytics Client Tools on Linux
Administrators can manage semantic model files (RPD files) using command line utilities installed with Oracle Analytics Client Tools on Linux. (You can't use Model Administration Tool graphical user-interface on Linux.)
Once you install Oracle Analytics Client Tools Utilities on Linux, access these utilities in <client_install_folder>/bi/bitools/bin
.
runcat.sh
- Useruncat.sh
to manage Oracle Analytics catalogs. This utility supports on-line operations of the runcat utility (you can't use runcat.sh to extract a web catalog from a BAR file).To display online help, use
./runcat.sh -help
.datamodel.sh
- Usedatamodel.sh
to run these commands:listconnectionpool, updateconnectionpool, downloadrpd, uploadrpd
.To display online help, use
./datamodel.sh -h
.
Note: You need a local Oracle Identity Cloud Service user to use runcat.sh
and datamodel.sh
commands (you can't use a federated single-signon user).