某寿险公司在2009年3月10日与Z证券公司签定协议,以100万元的价格买入某证券,并约定返售期为3个月,年利率为3.5%。在3月10日该寿险公司买入证券进行会计核算时,其借方科目为()。
A. 买入返售金融资产
B. 交易性金融资产
C. 持有至到期投资
D. 银行存款
查看答案
You execute the following block of code: SQL>BEGIN DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN ( SIMPLE_PLAN => ’DEPARTMENTS’, CONSUMER_GROUP1 => ’PAYROLLL’, GROUP1_CPU => 50, CONSUMER_GROUP2 => ’SALES’, GROUP2_CPU => 25, CONSUMER_GROUP3 => ’MARKETING’, GROUP3_CPU => 25); END; SQL>/ What is a prerequisite for using the simple resource plan created by executing the above code?()
A. You must assign users to consumer groups.
B. You must grant the switch privilege to the users.
C. You must create a resource plan directive.
D. You must specify the complex resource plan.