If you get this kind of error while Oracle job executes bash script in linux ORA-27369: job of type EXECUTABLE failed with exit code: 255 STANDARD_ERROR=”execve: Exec format error” Add this line to the top of sh script. Note sh keyword in the script depends on your linux OS. #!/bin/sh
Continue ReadingOBIEE11g ir Active Data Guard
Straipsnyje Configuring Oracle BI EE Server with Oracle Active Data Guard rašo kaip OBIEE11G sujungti su aktyviais atsarginiais serveriais panaudojant Oracle Active Data Guard technologiją. Active Data Guard leidžia turėti vieną ar daugiau identiškų produkcinei duomenų bazių, kurios automatiškai atnaujinamos pagal paskutinius duomenų pakeitimus produkcinėje. Šias duomenų bazes pavadinsiu atsarginėmis. Dažniausiai jos būna “miegojimo režime” […]
Continue ReadingHide physical folders depending on user role
One client asked us: “Is it possible to hide/show folders in repository physical layer depending on user‘s GROUP? One company departament sees just Forecast dababase (also related bussines layer and presentation), other Paint, etc.”. As much as I know, it is not possible. Is this right?
Continue Reading