Skip to main content

BES 6.x: Has the Naming Service schema changed from 5.2 version?

  • February 16, 2013
  • 0 replies
  • 0 views

Problem:

  • Product Name: Borland Enterprise Server
  • Product Version: 6.x
  • Product Component: Naming Service
  • Platform/OS Version: All

Has the Naming Service database schema changed from BES 5.2.1 to 6.x?

Resolution:

No, the Naming Service database schema has not changed from BES 5.2.1 to 6.x and is still the same. The schema with JDatastore database is as given below where NAMESERVICE in the table names is the name of the Naming Service started.
 
 

TABLE NAME COLUMN NAME DATA TYPE PRECISION SCALE
VBINS_NAMESERVICE_CLUSTER_TBL CLUSTER_INDEX INT -1
CRITERION_TYPE INT -1
VBINS_NAMESERVICE_CTX_TBL CTX_INDEX INT -1
CTX_TYPE INT -1
VBINS_NAMESERVICE_GRAPH_TBL PARENT_CTX_INDEX INT  -1
NAME_ID STRING 255 -1
NAME_KIND STRING 255 -1
C_TYPE INT -1
REFERENCE STRING -1
VBINS_NAMESERVICE_META_TBL REFERENCE STRING -1
INDEX_VALUE INT -1


#VisiBroker
#Security