www.openlinksw.com
docs.openlinksw.com

Book Home

Contents
Preface

Virtuoso Functions Guide

Administration
Aggregate Functions
Array Manipulation
BPEL APIs
Backup
Compression
Cursor
Date & Time Manipulation
Debug
Dictionary Manipulation
Encoding & Decoding
File Manipulation
Free Text
Hashing / Cryptographic
LDAP
Locale
Mail
Miscellaneous
Number
Phrases
RDF data
Remote SQL Data Source
Replication
SOAP
SQL
String
Transaction
Type Mapping
UDDI
User Defined Types & The CLR
VAD
vad_check
vad_check_installabi...
vad_check_uninstalla...
vad_fail_check
vad_install
vad_load_file
vad_pack
vad_safe_exec
vad_uninstall
Virtuoso Java PL API
Virtuoso Server Extension Interface (VSEI)
Web & Internet
XML
XPATH & XQUERY

Functions Index

VAD_CHECK_INSTALLABILITY

Checks the presence and correct versions of required packages and of the Virtuoso platform
varchar DB.DBA.VAD_CHECK_INSTALLABILITY (in package_uri varchar);
Description

Checks the presence and correct versions of required packages and of the Virtuoso platform. It does not execute any pre-install Virtuoso/PL code from the package, so there is no guarantee that installation will be successful if the check found no error.

Parameters
package_uri – URI of VAD file
See Also

vad_check_uninstallability()

vad_fail_check()

vad_install()

vad_pack()

vad_safe_exec()

vad_uninstall()

vad_load_file()

vad_check()