Documentation
¶
Index ¶
- Constants
- func Bid(bitmask int, bitval int) int
- func Bis(bitmask int, bitval int) int
- func Bit(bitmask int, bitval int) bool
- func Bitmaskprint(bitmask int) string
- func CMBitmaskprint(bitmask int) string
- func CommonDecryptWithPrivKey2(Key string, Buffer string, req ctrl.Request) (string, error)
- func ParseConfigMapData(cfgmap *corev1.ConfigMap) []string
- func ParseTnsAlias2(tns *string, lrpdbsrv *string)
Constants ¶
View Source
const ( PDBCRT = 0x00000001 /* Create pdb */ PDBOPN = 0x00000002 /* Open pdb read write */ PDBCLS = 0x00000004 /* Close pdb */ PDBDIC = 0x00000008 /* Drop pdb include datafiles */ OCIHDL = 0x00000010 /* OCI handle allocation */ OCICON = 0x00000020 /* Rdbms connection */ FNALAZ = 0x00000040 /* Finalizer configured */ PDBUPL = 0x00000080 /* Unplug pdb */ PDBPLG = 0x00000100 /* plug pdb */ /* Error section */ PDBCRE = 0x00001000 /* PDB creation error */ PDBOPE = 0x00002000 /* PDB open error */ PDBCLE = 0x00004000 /* PDB close error */ OCIHDE = 0x00008000 /* Allocation Handle Error */ OCICOE = 0x00010000 /* CDD connection Error */ FNALAE = 0x00020000 PDBUPE = 0x00040000 /* Unplug Error */ PDBPLE = 0x00080000 /* Plug Error */ PDBPLW = 0x00100000 /* Plug Warining */ /* Autodiscover */ PDBAUT = 0x01000000 /* Autodisover */ )
* STATE TABLE *//
View Source
const ( MPAPPL = 0x00000001 /* The map config has been applyed */ MPSYNC = 0x00000002 /* The map config is in sync with v$parameters where is default=flase */ MPEMPT = 0x00000004 /* The map is empty - not specify */ MPWARN = 0x00000008 /* Map applied with warnings */ MPINIT = 0x00000010 /* Config map init */ SPARE3 = 0x00000020 )
* CONFIG MAP STATUS * //
Variables ¶
This section is empty.
Functions ¶
func Bitmaskprint ¶
func CMBitmaskprint ¶
func ParseConfigMapData ¶
func ParseTnsAlias2 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.