Install Oracle 19c/21c errors:unable to allocate file descriptor table - out of memory

Distributor ID: Kali
Description: Kali GNU/Linux Rolling
Release: 2024.3
Codename: kali-rolling
I need oracle 19c/21c, I tried to convert oracle-database-ee-19c-1.0-1.x86_64.rpm to .deb and installed it.
In this kali version, I can install oracle for linux 19c/21c with no pains.
But after I apt --dist-upgrade, when I tried to install with “dpkg -i oracle-database-ee-19c_1.0-2_amd64.deb”, the shell says [library initialization failed - unable to allocate file descriptor table - out of memory[INFO] Executing post installation scripts…]

What have you tried:
[Changing Kernel Parameter Values] As it says, I added one config file /etc/sysctl.d/97-oracle-database-sysctl.conf
fs.aio-max-nr = 1048576
fs.file-max = 6815744
kernel.shmall = 2097152
kernel.shmmax = 4294967295
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576

What is the error:
[library initialization failed - unable to allocate file descriptor table - out of memory[INFO] Executing post installation scripts…]