Answer:
The CY7C0853V does not have Chip Enables. Instead you can use the 4 Byte Enables (B0-B3) pins on each port to mimic the same function. So if you want to disable reads and writes to the dual-port, you can have B0#-B3# high. This will "disable" all memory accesses. It is the same circuitry as CE#.
It is not recommended to use only the Output Enable (OE#) signal to control memory accesses. Disabling OE# will indeed disable any read data, but it will not stop writing data into the memory. It is okay to disable the OE# signal in addition to B0#-B3# during read operations, but even if you do not, the data bus is tri-stated when none of the byte enables are selected.