Sunday, April 5, 2026

 https://www.linkedin.com/pulse/building-real-time-database-monitoring-dashboard-oracle-khaleeq-tpwxf/

Monday, November 3, 2025

The Five Phases of the IFS Implementation Methodology

 1.   Initiate Project – This is the initial phase once a customer selects IFS as their provider and after the sales process. Ideally, the implementation team has been engaged earlier in the sales process so the transition will be smooth.

This is also where the initial solution documents are established and presented using the Scope Tool. The implementation team begins configuring the prototype.

2.   Confirm Prototype – During this phase, a prototype of a minimum viable solution is created in the system. This is also where the foundational documents of the IFS system is refined. These documents capture the areas that are included, excluded, or postponed in the solution.

3.   Establish Solution – This phase is where end-to-end scenarios are documented and begin to be reflected in the system. This is also where Customizations, Reports, Interfaces, and Modifications (CRIMs) are recorded and planned. Planning for data migration begins.

4.    Implement Solution – This is where the system is set up and configured according to a customer’s requirements. This is also where CRIMs are created, tested, and deployed. Training users, permission sets, security, and users are created. Data migration begins.

5.    Go Live – We’ve arrived! This phase finishes any outstanding tasks, last-minute system preparation, and final testing. Once this is complete customers typically transition from the legacy system to the new IFS system. The work isn’t done yet as post-go live support is key!


...

Monday, October 6, 2025

ORA-12791: The oradism utility does not have proper permissions.

 login as: oracle

oracle@192.168.175.5's password:

Activate the web console with: systemctl enable --now cockpit.socket


Last login: Mon Oct  6 06:09:25 2025

[root@qtech bin]# su - oracle

[oracle@qtech ~]$

[oracle@qtech ~]$

[oracle@qtech ~]$ cd cd $ORACLE_HOME/bin

-bash: cd: too many arguments

[oracle@qtech ~]$ cd $ORACLE_HOME/bin

[oracle@qtech bin]$

[oracle@qtech bin]$

[oracle@qtech bin]$

[oracle@qtech bin]$ ls -l oradism

-rwsr-x---. 1 oracle oinstall 1867552 Jul 27  2021 oradism

[oracle@qtech bin]$ sqlplus / as sysdba


SQL*Plus: Release 21.0.0.0.0 - Production on Mon Oct 6 09:13:31 2025

Version 21.3.0.0.0


Copyright (c) 1982, 2021, Oracle.  All rights reserved.


Connected to an idle instance.


SQL> startup

ORA-12791: The oradism utility does not have proper permissions.

SQL> exit

Disconnected

[oracle@qtech bin]$ su root

Password:

[root@qtech bin]#

[root@qtech bin]# ls -l /u01/app/oracle/product/21c/dbhome_1/bin/oradism

ls: cannot access '/u01/app/oracle/product/21c/dbhome_1/bin/oradism': No such file or directory

[root@qtech bin]# ls -l /u01/app/oracle/product/19.0.0/dbhome_1/bin/oradism

-rwxr-x---. 1 root oinstall 1867552 Jul 27  2021 /u01/app/oracle/product/19.0.0/dbhome_1/bin/oradism

[root@qtech bin]#

[root@qtech bin]# su - oracle

[oracle@qtech ~]$

[oracle@qtech ~]$ sqlplus / as sysdba


SQL*Plus: Release 21.0.0.0.0 - Production on Mon Oct 6 09:17:38 2025

Version 21.3.0.0.0


Copyright (c) 1982, 2021, Oracle.  All rights reserved.


Connected to an idle instance.


SQL> startup

ORACLE instance started.


Total System Global Area 2415916664 bytes

Fixed Size                  9688696 bytes

Variable Size             520093696 bytes

Database Buffers         1879048192 bytes

Redo Buffers                7086080 bytes

Database mounted.

Database opened.

SQL>


 https://www.linkedin.com/pulse/building-real-time-database-monitoring-dashboard-oracle-khaleeq-tpwxf/