SQL*PLus has no ability to show record numbers, you'll have to do it in your query:

SELECT ROWNUM, test.* FROM test;