Tất cả
Việc làm

Tạo thông báo việc làm ngay

4 việc làmOracle ERP

Bài viết liên quan

Xem tất cả
Oracle SQL developer - Top 5 cách dùng thông minh

Oracle SQL developer - Top 5 cách dùng thông minh

Anh em có kinh nghiệm làm việc với nhiều hệ cơ sở dữ liệu, nếu đã làm việc với hệ cơ sở dữ liệu Oracle chắc không còn lạ gì Oracle SQL developer. Oracle SQL developer là công cụ miễn phí do Oracle phát triển, giúp anh em làm việc với hệ cơ sở dữ liệu Oracle. Bài viết này giới thiệu tới anh em một số tính năng chính, cách sử dụng sao cho hiệu quả công cụ này. Mong rằng bài viết này sẽ hữu dụng với anh em bước đầu làm quen với hệ cơ sở dữ liệu Oracle. Những anh em có kinh nghiệm cũng có thể tra cứu một số thủ thuật được đề cập trong bài viết. Rồi, bắt đầu thôi anh em. Tiền đề là đã cài đặt và kết nối thành công vào DB Oracle thông qua Oracle SQL developer nha. 1. Oracle SQL Developer là gì? Dành cho anh em mới bước đầu làm quen với Oracle SQL developer. Oracle SQL developer là giao diện người dùng (Graphical user [...]

Đọc thêm
Why Your Data is Safest in a Cloud ERP System

Why Your Data is Safest in a Cloud ERP System

Businesses in today’s digital economy are struggling to protect their data from the continuous onslaught of cyberattacks. This makes many wonder: “Is cloud ERP safer than other options?” Acumatica’s VP of Product Management says the answer is “yes,” and he’ll explain why today. Data safety is a common concern for today’s businesses—and it should be. According to an article by Tech.co, data breaches in 2022 were prolific, forcing US businesses to pay millions in damages. Combatting such data disasters is challenging, but it is possible. It all begins with implementing a secure and comprehensive ERP solution. But businesses have a choice to make. Should they select an on-premises or a cloud-based ERP solution? Which is the safest home for their data? Understanding the differences between the two software options can help answer these important questions. Data Safety: Cloud Vs. On-Premises ERP Systems Let’s start by looking at an on-premises ERP solution. It requires that a business physically purchase, maintain, and store in its own facility the hardware on which the ERP system runs. Substantial upfront and recurring costs go into storing the technology and hiring the IT staff needed to manage required operating system and database upgrades and to mitigate security/access risks. For some businesses, an on-premises ERP system causes tremendous stress, as their IT teams are constantly striving to keep the system secure and to stay ahead of incessant and increasingly elaborate cyberattacks. In comparison, cloud-based ERP solutions allow businesses to relinquish [...]

Đọc thêm
Kết nối DB ORACLE từ PHP trên CENTOS 7, 8

Kết nối DB ORACLE từ PHP trên CENTOS 7, 8

Bài viết được sự cho phép của tác giả Nguyễn Văn Minh Để kết nối được đến cơ sở dữ liệu Oracle từ CentOS 7, 8, bạn cần cài đặt Oracle InstantClient. Và bạn cũng cần phần mở rộng OCI8 để gọi từ PHP. Cài đặt Oracle InstantClient Với el8 / CentOS 8 / stream / Rocky / Almalinux Trước hết, cần tải các gói cần thiết. $ cd /usr/local/src $ wget https://download.oracle.com/otn_software/linux/instantclient/215000/oracle-instantclient-basic-21.5.0.0.0-1.el8.x86_64.rpm $ wget https://download.oracle.com/otn_software/linux/instantclient/215000/oracle-instantclient-sqlplus-21.5.0.0.0-1.el8.x86_64.rpm $ wget https://download.oracle.com/otn_software/linux/instantclient/215000/oracle-instantclient-devel-21.5.0.0.0-1.el8.x86_64.rpm $ wget https://download.oracle.com/otn_software/linux/instantclient/215000/oracle-instantclient-jdbc-21.5.0.0.0-1.el8.x86_64.rpm Sau đó, cài đặt bằng lệnh sau. $ cd /usr/local/src $ dnf localinstall oracle* --nogpgcheck Với el7 / CentOS 7 Bạn cũng cần tải các gói cần thiết trước. $ cd /usr/local/src $ wget https://download.oracle.com/otn_software/linux/instantclient/215000/oracle-instantclient-basic-21.5.0.0.0-1.x86_64.rpm $ wget https://download.oracle.com/otn_software/linux/instantclient/215000/oracle-instantclient-sqlplus-21.5.0.0.0-1.x86_64.rpm $ wget https://download.oracle.com/otn_software/linux/instantclient/215000/oracle-instantclient-devel-21.5.0.0.0-1.x86_64.rpm $ wget https://download.oracle.com/otn_software/linux/instantclient/215000/oracle-instantclient-jdbc-21.5.0.0.0-1.x86_64.rpm Rồi cài đặt bằng lệ [...]

Đọc thêm
Oracle to Postgres, sự trỗi dậy của bầy voi!

Oracle to Postgres, sự trỗi dậy của bầy voi!

Bài viết được sự cho phép của tác giả Kiên Nguyễn Nay ngồi buồn nghĩ về quãng thời gian cày bừa với các dự án convert database (từ Oracle sang Postgres). Muốn chia sẻ chút kinh nghiệm nhỏ nhoi trên mặt này tới các bạn. [irp posts="41287" name="Cài đặt PostgreSQL server sử dụng Docker"] [irp posts="35858" name="Chạy Postgresql trong Docker container"] Bản thân mình đã từng làm cho 2 doanh nghiệp CNTT của Nhật Bản, đã kinh qua 6 dự án Convert Database. Nhận thấy: Trong khoảng 5 năm trở lại đây, ngày có càng nhiều doanh nghiệp nhỏ và vừa chuyển đổi các phần mềm, ứng dụng của họ từ Oracle Database sang Postgres Database. Việc chuyển đổi này đa phần đến từ các dự án cũ của doanh nghiệp Nhật Bản với quy mô không quá lớn. Trường hợp này sử dụng Postgres DB là hợp lý.  Dự án convert kiểu này thường không mấy HÀO HỨNG cho lập trình viên (khá chán). Công nghệ sử dụng hầu [...]

Đọc thêm