5
Database Administration
Voice System Database Administration
UCS 1000 R4.2 Administration 585-313-507
Issue 3 April 2000 244
4
Recompile this source code file along with all the source files that make
up the custom software.
The following example is used to illustrate these steps. The name of the
instance of the ORACLE database is “A”. The name of the
ORACLE_HOME directory is /oracle.
/* start of header files */
...
#include <stdlib.h>
...
/* end of header files */
...
...
main (argc,argv)
int argc;
char *argv[];
{
/* start of local variables */
...
/* end of local variables */
/* start of executable code */
/* start of putenv changes */
putenv ( "ORACLE_SID=A" );
putenv ( "ORACLE_HOME=/oracle" );
/* end of putenv changes */
...
...
}
Содержание R4.2
Страница 1: ...UCS 1000 R4 2...
Страница 2: ...Copyright 2000 by Lucent Technologies All rights reserved...
Страница 21: ...vusage 618 wl_copy 619 wl_edit 620 wl_gen 622 wl_init 624 wl_install 625 Glossary 627 Index 699...
Страница 192: ...4 Switch Interface Administration Digital Interfaces Figure 89 Assign Card T1 A B Robbed bit E M Window...
Страница 313: ...6 Peripheral Administration Modem Administration 10 Select ModemMon add to one add port services...
Страница 665: ...A Summary of Commands wl_install Example wl_install See Also wl_copy wl_gen...