Pierre-Marie Petit

Results 13 issues of Pierre-Marie Petit

Hello, i try to extract table name from this pgbench testing query ```sql UPDATE pgbench_tellers SET tbalance = tbalance + $1 WHERE tid = $2 ``` Someone knows how to...

Hello, I think for the moment it is not possible, because temboard-agent communicate with pgsql using /var/run/postrges/xxx on the host itself. Do you think it would be possible to have...

Hello, What about using this plugin in a generic confluent sink connector. Thanks...

testing always return "ORA-12514: TNS:listener does not currently know of service requested in connect descriptor" it is because the service is names "XE". see this command: ```bash root@a09a1d6ea6c3:/# su -...

📦 package: oracle

Hello, do you think it could possible to change in installem_agent.pp the line 71 Enum['12.1.0.4', '12.1.0.5', '13.2.0.0'] $version = '12.1.0.5', to Enum['12.1.0.3','12.1.0.4', '12.1.0.5', '13.2.0.0'] $version = '12.1.0.5', because my grid...

Hello, Do you think we could add a parameter timeout, to change "timeout => 0" value exec { "oracle database ${title}": command => $command, creates => "${oracle_base}/admin/${db_name}", timeout => 0,...

in opatchupgrade.pp line 104 if ( $csi_number != undef and support_id != undef ) { should we write if ( $csi_number != undef and $support_id != undef ) { instead...

Sorry, this is my fault.... i was wrong.....

Hello, if you create a database 12.2 for example (SID=MYDB01) (hostname=MYSERVER01) then in the oratb file, instead of MYDB01:/u01/app/oracle/product/12.2/db12c02:Y you will see MYDB01MYSERV:/u01/app/oracle/product/12.2/db12c02:Y i am testing executing dbca with -sid...

Hello, i do not understand why you give the possibility to use initParams parameter : (database.pp line 27 $init_params = undef) transformed in sanitizedInitParams $sanitizedInitParams = join($initParamsArray,',') line 94 and...