Oracle password expiration issue
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…
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…
Talking about the history of VMWare and Windows Hyper-v. Original VMWare not support windows virtual machine technology. After Vmware 15.5, it can support windows virtual machine technology. After windows 2022…
Centos 8's default php version is 7.2 , while some Wordpress plugins and themes need 7.4 or higher version, here is upgrade instructions. remove old php and enable php 8.2…
Find the repository remove the repository #dnf remove -y remi-release-8.9-3.el8.remi.noarch clean cache #yum clean all
Download Fiddler Classic from https://www.telerik.com/fiddler/fiddler-classic and install click tools-> options , select decrypt https traffic. Install the certification from fiddler. choose Yes. right click columns of the table. select customize…
Some times search does not show result. to fix this. Close OneNote. Delete everything in C:\Users\username\AppData\Local\Microsoft\OneNote\version#\cache except the “tmp” folder. Start Onenote It will redownload all content, so may take…
Mobaxterm has a Very useful function is right click paste what you copied. but it is set when first run Mobaxterm, so when you wrongly set it , you will…
To find NVARCHAR Field , run below SQL select table_name,column_name,data_type from user_tab_columns where data_type like 'NVARCHAR%'; select owner, table_name,column_name,data_type from dba_tab_columns where data_type like 'NVARCHAR%';
Since my server do not serve http, so need to redirect http to https simply modify /etc/nginx/nginx.conf server { listen 80 default_server; listen [::]:80 default_server; server_name _; return 301 https://$host$request_uri;…
Introduce a Simple demo from 3DEPERIENCE CATIA Design and generated STEP derived output and use EIF to download STEP, using Postman to invoke web services. So from event monitoring we…