VBE 5.2.1: What is the correct way to manually create tables for naming service backing store?

0 Likes

Problem:

VBE 5.2.1: What is the correct way to manually create tables for naming service backing store?

Resolution:

Problem Description:

Product Version: VBE 5.2.1Full

Platform Version: ALL

JDK Version: NA

Compiler Version: NA

Product Component: Naming Service

Description:

What is the correct way to manually create tables for naming service backing store?

Resolution:

Details of the tables needed:

SQL> DESC VBINS_NAMESERVICE_CLUSTER_TBL;

Name Null? Type----------------------------------------- -------- ----------------------------CLUSTER_INDEX NUMBER(38)CRITERION_TYPE NUMBER(38)

SQL> DESC VBINS_NAMESERVICE_CTX_TBL;

Name Null? Type----------------------------------------- -------- ----------------------------CTX_INDEX NUMBER(38)CTX_TYPE NUMBER(38)

SQL> DESC VBINS_NAMESERVICE_GRAPH_TBL;

Name Null? Type----------------------------------------- -------- ----------------------------PARENT_CTX_INDEX NUMBER(38)NAME_ID VARCHAR2(255)NAME_KIND VARCHAR2(255)C_TYPE NUMBER(38)REFERENCE LONG

SQL> DESC VBINS_NAMESERVICE_META_TBL;

Name Null? Type----------------------------------------- -------- ----------------------------C_TYPE VARCHAR2(255)INDEX_VALUE NUMBER(38)

Details of the data that the tables should be initialized with:

SQL> SELECT * FROM VBINS_NAMESERVICE_CLUSTER_TBL;

no rows selected

SQL> SELECT * FROM VBINS_NAMESERVICE_CTX_TBL;

CTX_INDEX CTX_TYPE---------- ----------2 2

SQL> SELECT * FROM VBINS_NAMESERVICE_GRAPH_TBL;

no rows selected

SQL> SELECT * FROM VBINS_NAMESERVICE_META_TBL;

C_TYPE-----------------------------------------------------------------INDEX_VALUE-----------CTX_INDEX0SCHEMA_VERSION2

SQL> SELECT C_TYPE FROM VBINS_NAMESERVICE_META_TBL;

C_TYPE-----------------------------------------------------------------CTX_INDEXSCHEMA_VERSION

SQL> SELECT INDEX_VALUE FROM VBINS_NAMESERVICE_META_TBL;

INDEX_VALUE-----------02

Also Available in Japanese:Why am I unable to see the Caliber context menu in Together 2007 after installing the CaliberRM integration?

Old KB# 26650
Comment List
Related
Recommended