Skip to content
云起株式会社
  • Blogs
  • About Us
  • Privacy Policy
  • Links
  • Toggle website search
Menu Close
  • Blogs
  • About Us
  • Privacy Policy
  • Links
  • Toggle website search

Oracle

  1. Home>
  2. Blogs>
  3. Technology>
  4. Oracle

Capturing Executing SQL in Oracle

  • Post author:ZHONG YUN
  • Post published:August 2, 2025
  • Post category:Oracle
  • Post comments:0 Comments

Sometimes you may need to know what SQL a program is executing in Oracle. This SQL query can be used. SELECT s.sid,s.serial#,s.username,s.machine,s.program,s.status,s.sql_id,q.sql_textFROM v$session sJOIN v$sql q ON s.sql_id = q.sql_idWHERE…

Continue ReadingCapturing Executing SQL in Oracle
Read more about the article Fixing ORA-27104: system-defined limits for shared memory was misconfigured

Fixing ORA-27104: system-defined limits for shared memory was misconfigured

  • Post author:ZHONG YUN
  • Post published:September 3, 2024
  • Post category:Oracle
  • Post comments:0 Comments

When starting an Oracle database, you may encounter the following error: ORA-27104: system-defined limits for shared memory was misconfigured This error usually indicates that the operating system's shared memory settings…

Continue ReadingFixing ORA-27104: system-defined limits for shared memory was misconfigured

3DEXPERIENCE Platform Regular Maintenance

  • Post author:ZHONG YUN
  • Post published:July 28, 2024
  • Post category:3DEXPERIENCE/Oracle
  • Post comments:0 Comments

It is very important for 3DEXPERIENCE Platform to have maintenance activities executed regularly , The platform did not really delete data. so we need "tidy" action to really delete data.…

Continue Reading3DEXPERIENCE Platform Regular Maintenance

How to know oracle table size including BLOB Columns

  • Post author:ZHONG YUN
  • Post published:July 10, 2024
  • Post category:3DEXPERIENCE/Oracle
  • Post comments:0 Comments

Just learned from today's customer meeting, so recording this. Our system have a table named TICKETGRANTINGTICKET which is used to store CAS authentication information. And it has 3 column defined…

Continue ReadingHow to know oracle table size including BLOB Columns

Oracle password expiration issue

  • Post author:ZHONG YUN
  • Post published:May 29, 2024
  • Post category:3DEXPERIENCE/Oracle
  • Post comments:0 Comments

Suddenly 3DE encounter an issue and can not login. check 3dpassport tomee catalina.out , and we found the error as below. java.sql.SQLException: ORA-28001: the password has expired This is because…

Continue ReadingOracle password expiration issue

Oracle Find NVARCHAR Field

  • Post author:ZHONG YUN
  • Post published:May 18, 2024
  • Post category:Oracle
  • Post comments:0 Comments

sometimes during database migration, we need To know if our database have NVARCHAR Field , below SQL can check Oracle database if it have NVARCHAR field. select table_name,column_name,data_type from user_tab_columns…

Continue ReadingOracle Find NVARCHAR Field

Categories

  • 3DEXPERIENCE
  • acme.sh
  • Apache Httpd
  • Centos
  • DEFI
  • Fiddler
  • Finance
  • Life
  • Linux
  • MobaXterm
  • Network
  • Nginx
  • OneNote
  • Oracle
  • Oracle Linux
  • PHP
  • Servers
  • Technology
  • Ubuntu
  • Uncategorized
  • VMWare
  • Wordpress
  • XPDM
  • 羊毛

Tags

Debug Recording Simple Tutorial Tips & Tricks

Recent Posts

  • After set Load Balance 3dpassport got Incorrect username email or password error
  • How to share the contents under a bookmark at 3DEXPERIENCE
  • 日元国际转账手续费记录-转到日本银行
  • 东横INN酒店以会员第一次住宿
  • Capturing Executing SQL in Oracle

Recent Comments

  1. xli11 on Filter Apache Access logs Separate Requests From Local Servers
  2. czu3 on Firefox Continuous redirect to the 3DEXPERIENCE login page
  3. xli11 on 3DEXPERIENCE 2024x Installation on RHEL 8.6
  4. CZU3 on 3DEXPERIENCE 2024x Installation on RHEL 8.6

Archives

  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
Copyright UNKI Co., Ltd.