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