Problems with Mac using SQL Developer to connect to Oracle database

using PL/SQL Developer to connect to Windows is normal, and the tns configuration is as follows

  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.101)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = orcl)
    )
  )

recently, when I installed a new SQL Developer connection in MacBook, I chose to use SID to configure orcl connection. Times error:

The Network Adapter could not establish the connection

an error occurs when the service name is configured as an orcl connection:

Unknown host specified

how to solve this problem?

Mar.09,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b378d2-2c09c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b378d2-2c09c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?