laravel-oci8 icon indicating copy to clipboard operation
laravel-oci8 copied to clipboard

Can you help me, How to create a cursor from an array and pass it a cursor as an input parameter to a store procedure

Open joseojedaf opened this issue 5 years ago • 1 comments

What is required is this arrangement $cursorEntrada to convert it into a valid cursor to pass it to an oracle store procedure as an input parameter

$cursorEntrada = [ 'MON_CONSULTAR' => '1', 'COD_PAIS_RECIBIR' => '2', 'COD_MONEDA_RECIBIR' => '3', 'NUM_REFERENCIA' => '4', 'DIR_BENEFICIARIO' => '5', 'CIUDAD_BENEFICIARIO' => '6', 'COD_POSTAL' => '7', 'TIPO_ID_BENEFICIARIO' => '8', 'NUM_ID_BENEFICIARIO' => '9', 'COD_PAIS_ID_BENEFICIARIO' => '10', 'FEC_NACIMIENTO' => '11', 'OCUPACION_BENEFICIARIO' => '12', 'COD_PAIS_NACIMIENTO_BEN' => '13', 'NUM_TELEFONO' => '14' ];

  • Operating System
  • PHP Version 7.2

joseojedaf avatar Jan 03 '20 22:01 joseojedaf

I think this recent PR is what you need. See https://github.com/yajra/pdo-via-oci8/pull/74.

yajra avatar Jan 04 '20 00:01 yajra

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Oct 19 '22 04:10 github-actions[bot]

This issue was closed because it has been inactive for 7 days since being marked as stale.

github-actions[bot] avatar Oct 27 '22 03:10 github-actions[bot]