oracle-pro-c Questions

4

Solved

I am trying to use MFC with ProC. Functions.pc is where I do the ProC syntax to connect to the database. So I include the 'Functions.h' in the dialog model where I want to call the functions in 'Fu...
Nurture asked 6/11, 2011 at 19:32

8

Solved

I'm pre-compiling a C program containing Pro*C code with Oracle 10.2 and AIX 5.2 The Oracle precompiler reads the $ORACLE_HOME/precomp/admin/pcscfg.cfg file which contains the definition of the sy...
Whizbang asked 28/11, 2008 at 13:59

4

Solved

I am getting an error which can be seen below when I am preparing the query: SQL-ERR:Preparation of INSERT Query Failed: Ora-Err: -1756 ORA-01756: quoted string not properly terminated The quer...
Downatheel asked 13/1, 2017 at 9:49

0

Using Oracle 11g Pro*C in C, I am using host arrays for managing bulk merge into DB table as per following example: merge into TBL_NM A using (select 1 from dual) B on (col1 = to_date(:v,'YYMMDD...
Conative asked 10/2, 2017 at 19:29

1

I am getting some weird behavior of Pro-C procedure as shown below: #define BGHCPY_TO_ORA(dest, source) \ { \ (void)strcpy((void*)(dest).arr, (void*)(source)); \ (dest).len = strlen((const char *)...
Findlay asked 15/5, 2015 at 3:28

2

Solved

I am migrating lots of Oracle Pro*C Code under HP-Unix to a Linux Environment. In a program there is only such a main method defined: main _2a((argc,argv), int argc, char * argv[]) { ... } I ha...
Goods asked 18/11, 2014 at 15:33

2

Solved

When using Pro*C (a embedded SQL preprocessor from Oracle for C-Code) or OCI I noticed that the connect/init routine installs some signal handlers. That means before a EXEC SQL CONNECT :username ...
Essy asked 15/6, 2013 at 14:53

3

Solved

How is that useful? How can we access data from the database?
Waxwing asked 25/1, 2011 at 12:49
1

© 2022 - 2024 — McMap. All rights reserved.