159. May 0614:23:54 localhost.localdomain systemd[1]: Starting firewalld - dynamic firewall daemon... 160. May 0614:23:55 localhost.localdomain systemd[1]: Started firewalld - dynamic firewall daemon. 161. May 0614:23:55 localhost.localdomain firewalld[750]: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now. 162. May 0614:51:58 s11g systemd[1]: Stopping firewalld - dynamic firewall daemon... 163. May 0614:51:59 s11g systemd[1]: Stopped firewalld - dynamic firewall daemon.
302.# /etc/security/limits.conf 303.# 304.#This file sets the resource limits for the users logged in via PAM. 305.#It does not affect resource limits of the system services. 306.# 307.#Also note that configuration files in /etc/security/limits.d directory, 308.#which are read in alphabetical order, override the settings in this 309.#file in case the domain is the same or more specific. 310.#That means for example that setting a limit for wildcard domain here 311.#can be overriden with a wildcard setting in a config file in the 312.#subdirectory, but a user specific setting here can be overriden only 313.#with a user specific setting in the subdirectory. 314.# 315.#Each line describes a limit for a user in the form: 316.# 317.#<domain> <type> <item> <value> 318.# 319.#Where: 320.#<domain> can be: 321.# - a user name 322.# - a group name, with @group syntax 323.# - the wildcard *, for default entry 324.# - the wildcard %, can be also used with %group syntax, 325.# for maxlogin limit 326.# 327.#<type> can have the two values: 328.# - "soft" for enforcing the soft limits 329.# - "hard" for enforcing hard limits 330.# 331.#<item> can be one of the following: 332.# - core - limits the core file size (KB) 333.# - data - max data size (KB) 334.# - fsize - maximum filesize (KB) 335.# - memlock - max locked-in-memory address space (KB) 336.# - nofile - max number of open file descriptors 337.# - rss - max resident set size (KB) 338.# - stack - max stack size (KB) 339.# - cpu - max CPU time (MIN) 340.# - nproc - max number of processes 341.# - as - address space limit (KB) 342.# - maxlogins - max number of logins for this user 343.# - maxsyslogins - max number of logins on the system 344.# - priority - the priority to run user process with 345.# - locks - max number of file locks the user can hold 346.# - sigpending - max number of pending signals 347.# - msgqueue - max memory used by POSIX message queues (bytes) 348.# - nice - max nice priority allowed to raise to values: [-20, 19] 349.# - rtprio - max realtime priority 350.# 351.#<domain> <type> <item> <value> 352.#
354.#* soft core 0 355.#* hard rss 10000 356.#@student hard nproc 20 357.#@faculty soft nproc 20 358.#@faculty hard nproc 50 359.#ftp hard nproc 0 360.#@student - maxlogins 4
362.# End of file 363.#OracleBegin 364. oracle soft nofile 1024 365. oracle hard nofile 65536 366. oracle soft stack 10240 367. oracle hard stack 32768 368. oracle soft nproc 2047 369. oracle hard nproc 16384 370. oracle hard memlock 134217728 371. oracle soft memlock 134217728 372.#OracleEnd
382.#%PAM-1.0 383. auth [user_unknown=ignore success=ok ignore=ignore default=bad] pam_securetty.so 384. auth substack system-auth 385. auth include postlogin 386. account required pam_nologin.so 387. account include system-auth 388. password include system-auth 389.# pam_selinux.so close should be the first session rule 390. session required pam_selinux.so close 391. session required pam_loginuid.so 392. session optional pam_console.so 393.# pam_selinux.so open should only be followed by sessions to be executed in the user context 394. session required pam_selinux.so open 395. session required pam_namespace.so 396. session optional pam_keyinit.so force revoke 397. session include system-auth 398. session include postlogin 399. -session optional pam_ck_connector.so 400.#OracleBegin 401. session required pam_limits.so 402. session required /lib64/security/pam_limits.so 403.#OracleEnd
584. LSNRCTL for Linux: Version 11.2.0.4.0 - Production on06-MAY-202115:00:40
586. Copyright (c) 1991, 2013, Oracle. All rights reserved.
588. Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521))) 589. STATUS of the LISTENER 590. ------------------------ 591. Alias LISTENER 592. Version TNSLSNR for Linux: Version 11.2.0.4.0 - Production 593. Start Date06-MAY-202114:55:04 594. Uptime 0 days 0 hr. 5 min. 36 sec 595. Trace Level off 596. Security ON: Local OS Authentication 597. SNMP OFF 598. Listener Parameter File /oracle/app/oracle/product/11.2.0/db/network/admin/listener.ora 599. Listener Log File /oracle/app/oracle/diag/tnslsnr/s11g/listener/alert/log.xml 600. Listening Endpoints Summary... 601. (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521))) 602. (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=s11g)(PORT=1521))) 603. Services Summary... 604. Service "s11g" has 1 instance(s). 605. Instance "s11g", status READY, has 1 handler(s) for this service... 606. The command completed successfully
617. SQL*Plus: Release 11.2.0.4.0 Production on Thu May 615:00:412021
619. Copyright (c) 1982, 2013, Oracle. All rights reserved.
622. Connected to: 623. Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production 624. With the Partitioning, OLAP, Data Mining and Real Application Testing options
627. NAME TYPE VALUE 628. ------------------------------------ ----------- ------------------------------ 629. audit_trail string DB
631. NAME TYPE VALUE 632. ------------------------------------ ----------- ------------------------------ 633. deferred_segment_creation boolean FALSE
635. NAME TYPE VALUE 636. ------------------------------------ ----------- ------------------------------ 637. result_cache_max_size big integer 0
639. NAME VALUE DESCRIB 640. ---------------------------------------- ---------- ------------------------------------------------------------ 641. _use_adaptive_log_file_sync TRUE Adaptively switch between post/wait and polling 642. _optimizer_cartesian_enabled FALSE optimizer cartesian join enabled
644. Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production 645. With the Partitioning, OLAP, Data Mining and Real Application Testing options