Free 1Z0-076 Practice Test Questions and Answers (2026) Practice Questions
Free preview: 20 questions.
Oracle 1Z0-076
Had something like this in a mock before and the correct combo was A and D. Far sync can't have its own inconsistent properties, and "SHOW DATABASE 'InconsistentProperties'" checks the DB instance vs its spfile/runtime, not vs other DBs. Pretty sure about these two, but happy to see if anyone spots a gap.
B. C, E is what I've seen on practice tests and in the Oracle docs. Reporting with global temp tables fits, and DML redirection has been supported since 19c. Sequence stuff (C) is a bit weird but mentioned as possible. If anyone's seen Oracle phrase it differently in the official guides let me know.
Had something like this in a mock-B, C, E are the correct ones. Reporting with global temp tables and DML redirection (newer Oracle) fit what ADG standby supports. Not totally certain on C since sequence usage can be tricky, but that's what I've seen. Agree?
My vote is B, C, D are right for this one. C is the trap because "enabled logical standby" just means Sheep flips to that role, not that it's disabled. Cats stays disabled due to ORA-16795 (need manual intervention before it can join). Feel free to disagree if I missed something.
I don’t think it’s A. C, D, E are the ones you need-static service isn’t a core prerequisite for FSFO, that’s a common mix-up. Flashback has to be on for both primary and standby, and sync redo's a must for Max Availability mode. B sounds tempting, but async redo is just an option in Max Performance, not a requirement. Pretty sure about this but open to corrections if I missed some edge case.
Static registration for the listener is a must for DGMGRL to restart instances, so A checks out. Also, the preinstall package doesn't take care of every Oracle Net parameter needed for Data Guard, so C is valid too. Pretty sure that's what Oracle docs hint at. Open to being proven wrong but I think A and C are it.
I've seen similar questions on exam reports and I keep picking B and D. The preinstall package should set kernel params, and Enterprise Manager usually doesn't need static service registration to restart instances, at least in recent versions. Pretty sure about this but open to correction.
oracle-database-preinstall-19c package should handle all the kernel parameters for Oracle Net, since that's what it's designed for. Seems like a common trap if they want you to remember extra manual steps, but I've always seen the package recommended in Data Guard setups. Not 100% sure, maybe I'm missing something from the docs?
Which three statements are true regarding the execution of the command?I don't think option F is right here, since you only need Oracle Net connectivity to the PROD instance when creating the config, not both PROD and PRODSBY1. Config files do get created automatically (E) and DG_BROKER_START has to be TRUE on the primary for this (A). D makes sense too, but B is a bit of a distractor because adding the standby isn't automatic. Pretty sure it's A, D, E unless Oracle changed something I missed. Anyone see it another way?
Which two statements are true?D and E tbh. The BYSTANDER status is a giveaway that it's not the primary or the failover target, so D fits. E works because just seeing a host listed for the observer doesn't mean it's actually connected-classic trap in these types of questions. Pretty sure about both but happy to be challenged if someone thinks C is stronger.
Which four requirements can be met by deploying a logical standby database?
Actually, B isn't needed for a logical standby. It doesn't require the exact same physical structure as the primary. Instead, options A, C, E, and F fit better since logical standbys allow creating extra tables/indexes and support materialized views and Real Application Testing. Pretty sure these are right but open to corrections if I missed something!
C/D? I see why people consider E, but in most official Oracle docs with STANDBY_FILE_MANAGEMENT=AUTO, files are auto-created on standby only when you add a datafile or create a tablespace (C), or create a PDB (D). Renaming (E) usually just changes the control file reference, unless it's a new path with no file-which feels like an edge case and not always expected. Pretty sure it's C and D, but happy to hear other takes.
I was stuck on D too at first, but B, C, and E actually fit what Oracle lets you do on snapshot standby. You can resize (extend and shrink) only datafiles created locally in snapshot mode, not ones brought over from primary or physical standby unless specifically extended. I think this lines up with the doc examples, but open to being corrected if someone has a different experience.
B/C/E for me, since DGMGRL's EDIT DATABASE ... SET PARAMETER is mainly for dynamic parameters and the DB needs to be online (so C). The actual update goes to the Boston DB (E), not just broker config files. Not 100% on the static param bit but that's how I've always seen it work in practice. Disagree?