⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
server
/
oci8-lib
/
instantclient_21_13
/
sdk
/
demo
/
View File Name :
oraaccess.xml
<?xml version="1.0"?> <!-- Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. NAME oraaccess.xml DESCRIPTION Here is a sample oraaccess.xml. This shows defaulting of global and connection parameters across all connections. The tags can also be prefixed with "oci:". For example <oci:prefetch> NOTES Configured values are for illustration purposes only and not necessarily recommended MODIFIED (MM/DD/YY) kkverma 09/16/13 - Creation --> <oraaccess xmlns="http://xmlns.oracle.com/oci/oraaccess" xmlns:oci="http://xmlns.oracle.com/oci/oraaccess" schemaLocation="http://xmlns.oracle.com/oci/oraaccess http://xmlns.oracle.com/oci/oraaccess.xsd"> <default_parameters> <prefetch> <rows>50</rows> </prefetch> <statement_cache> <size>100</size> </statement_cache> <result_cache> <max_rset_rows>100</max_rset_rows> <!-- 'K' or 'k' for kilobytes and 'M' or 'm' for megabytes --> <max_rset_size>10K</max_rset_size> <max_size>64M</max_size> </result_cache> </default_parameters> </oraaccess>