Questions tagged [oam]

One Address Machine (OAM) is a simple virtual CPU architecture: intended to teach the fundamentals of an instruction set, memory, addressing, high level programming, compilation assembly, etc.. The web based compiler and assembler/emulator is called OAMulator and allows programs written in a special programming language (OAMPL) to be compiled into OAM Assembly and to interpret/execute OAM Assembly code (produced by the compiler or written directly).

The OAMulator is a Web-based resource to support the teaching of instruction set architecture, assembly languages, memory, addressing, high-level programming, and compilation.

The tool is based on a simple, virtual CPU architecture, called the One Address Machine.

A compiler allows us to take programs written in a special programming language, called OAMPL, and transform them into OAM assembly.

An OAM assembler/emulator interprets and executes OAM assembly code produced by the compiler or written directly by students.

The OAMulator is targeted at non-CS students who take introductory courses in information technology or information systems. Such students are normally exposed to concepts of computer hardware and software, but it is difficult for them to make the connection between the two.

The OAM emulator resource supports the teaching of the following concepts:

  1. Von Neumann architecture
  2. registers
  3. ALU and controller
  4. CPU stages of execution
  5. instruction set architecture
  6. assembly languages
  7. memory and addressing

The OAMPL compiler resource supports the teaching of the following concepts:

  1. high-level languages
  2. compilers
  3. I/O, assignment, and control statements
  4. variable reference resolution
  5. expressions and parsing
  6. optimization

src: http://informatics.indiana.edu/fil/Papers/oamulator.pdf

33 questions
0
votes
1 answer

Oracle IDAM installation | system requirement

I have installed OIM [11GR2 PS2] and OAM [R2PS2] in my PC, but system hangs with 12Gb of RAM. I have I3 5th generation processor along with 12 Gb of RAM.I use win10 as my basic OS; however for installing oracle product I use VM where I have…
Bshwajeet
  • 5
  • 4
0
votes
1 answer

How to make manager comments mandatory in SOA Workflow

UseCase : I want to make the manager comments mandatory in soa /oim workflow before accepting rejecting any request from user . Please suggest . Thanks in advance .
0
votes
1 answer

Login to OAM through OHS server redirect issue

I have an OHS 11g server setup on host1 with port 7777 and OAM 11g configured on host2 with port number 14100. After I finished all the configurations. Now if I access host1:7777/oamconsole it redirects me to host2:14100 login page, then if I enter…
Tech Noob
  • 510
  • 1
  • 9
  • 33
0
votes
0 answers

Security in java backend for Angular App controlled by OAM

I have developed Angular(2) application , backend is developed in Java (JAX-RS). Both Angular and backend has same context. Server side: Application is OAM controlled , when I open app page in browser i get OAM login page; once login, app home page…
0
votes
0 answers

Exception occured org.osgi.framework.BundleException while deploying custom plugin in OAM(Oracle Access Manager)

I'm developing custom plugin for OAM using unboundid-ldapsdk. I'm not able to activate this plugin in OAM as it throws below error This is manifest file Manifest-Version: 1.0 Bundle-Version: 10 Bundle-Name: CustomPlugIn …
0
votes
1 answer

About oracle oam middleware login page

In my project, I used Oracle SSO, I want to use a custom login page to replace the login page with the system in oracle oam. But, I don't know how to replace login page. If any of you know anything, give advice. Thank you very much.
WarmAir
  • 1
  • 1
0
votes
1 answer

Oracle OAM DefaultOperationalApproval workflow human task subscribe events

How can I subscribe to Default OAM approval task(DefaultOperationalApproval) via soa composite. I.e. I want to send SMS/Email OnTaskAssigned event. Steps I have used but not working- Created a MDS connection to my soa server(SOA-MDS) Created a soa…
k10gaurav
  • 462
  • 7
  • 24
0
votes
0 answers

Can't read header parameters from WebGate response using angularjs

For example this is my VM WARE WEBGATE login page. After entering Valid Credentials it will Valid Under OAM (oracle access manager) and it will return headers in response. Now, If the user is valid it will redirect to another page. But, I can't see…
0
votes
2 answers

Maven dependencies not resolved in Eclipse

I'm developing Oracle custom authentication plugin(OAM 11g) using maven dependencies.I've followed all the steps listed in Oracle documentation to add maven dependencies: 1)Created account with OTN and accepted the licence 2)Created my setting file…
bencho
  • 23
  • 1
  • 9
0
votes
1 answer

Factorial in OAM

I have some OAM code here, and I've looked up all the instructions, what they do how they act, and I've re written it all pseudo, but I'm having a problem locating (so I can count how many) loops are in the program. I feel like it should be staring…
John Redyns
  • 5,593
  • 6
  • 21
  • 23
0
votes
1 answer

P6 primavera thick client(EPPM) cloud connect SSO failing with database version mismatch issue

We are integrating the P6 primavera thick client(EPPM)with Oracle Access Manager (OAM) we have done all the configurations on both OAM and Application side as per the oracle documentation. The connectivity looks OK, but its giving following error. …
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
0
votes
1 answer

adding ec2 instance to wombat oam monitoring tool

I am trying to add erlang nodes running in amazon EC2 to wombat oam which is again running in EC2. When i am trying to add local nodes and other nodes not running in EC2 i am able to add it to wombat. but when i am trying to add any EC2 node it…
Krishna
  • 41
  • 4
0
votes
1 answer

Oracle Access Manager Header Lost during Posts

We have an ASP.net/C# 4.0 forms app and moved it to a Windows 2008r2 server and upgraded Oracle Access Manager from 10g to 11g and are now losing the headers passed by OAM during posts. We're checking the headers in the global.asax…
Chris
  • 320
  • 3
  • 14
0
votes
1 answer

Error while browsing MBeans in WLST

Trying to access an OAM identity asserter through WLST. I use the cd command to navigate through Security, Authentication Providers to the list of Providers. I try cd to the OAM Identity Asserter and it produces the following error: Error while…
0
votes
1 answer

OAM Registration failed with oracle forms and reports 11g R2

I have installed oracle forms 11g and i configured sso with oracle identity manager 11g R1. in the first installation and configuration it finalized with succes. I have reconfigured the forms and reports, and this time it failed in oam registration…