Questions tagged as 'oracle-12c'

1
answer

User permissions between oracle databases

I appreciate your collaboration with the following situation. I have two different databases (ex: orcl1 and orcl2 ), the database orcl1 has several users-schemas ( esquema1 , esquema2 ), the database orcl2...
asked by 19.10.2018 / 20:51
0
answers

Oracle 12c REF CURSOR error

I have a code in c ++ that works correctly in communication with Oracle 11g, recently updated Oracle 12c release2 and since then the code no longer works generating the error in execute: ORA-06550: line 1, column 7: PLS-00306: wrong number or...
asked by 30.11.2018 / 17:17
0
answers

how to use spool in plsql oracle

I am creating an SP in oracle and I need to use spool, but it does not work for me, someone can help me please: spool mysp.log prompt prompt creates mysp prompt create or replace procedure mysp ace variables .... cursor cur is     sql q...
asked by 22.10.2018 / 22:14